summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2007-10-03 04:20:18 +0000
committerjsorg71 <jsorg71>2007-10-03 04:20:18 +0000
commit508ec1a3948841527addaaf52cafe519f162ea82 (patch)
tree926f3aac35ccb2c26f5920bc96a1e9541a9b1103
parent4e7471f4ceecd25a3cf5c184e95ac292656119de (diff)
downloadxrdp-proprietary-508ec1a3948841527addaaf52cafe519f162ea82.tar.gz
xrdp-proprietary-508ec1a3948841527addaaf52cafe519f162ea82.zip
remove installdeb
-rw-r--r--xrdp/Makefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile
index 5b002d6b..af5ac23d 100644
--- a/xrdp/Makefile
+++ b/xrdp/Makefile
@@ -40,16 +40,6 @@ install:
install rsakeys.ini $(CFGDIR)/rsakeys.ini
install xrdp $(DESTDIR)/xrdp
-installdeb:
- install ad256.bmp $(DESTDIRDEB)/usr/lib/xrdp/ad256.bmp
- install xrdp256.bmp $(DESTDIRDEB)/usr/lib/xrdp/xrdp256.bmp
- install cursor0.cur $(DESTDIRDEB)/usr/lib/xrdp/cursor0.cur
- install cursor1.cur $(DESTDIRDEB)/usr/lib/xrdp/cursor1.cur
- install sans-10.fv1 $(DESTDIRDEB)/usr/lib/xrdp/sans-10.fv1
- install xrdp.ini $(DESTDIRDEB)/etc/xrdp/xrdp.ini
- install rsakeys.ini $(DESTDIRDEB)/etc/xrdp/rsakeys.ini
- install xrdp $(DESTDIRDEB)/usr/lib/xrdp/xrdp
-
list.o: ../common/list.c
$(CC) $(C_OS_FLAGS) ../common/list.c
@@ -61,4 +51,3 @@ os_calls.o: ../common/os_calls.c
thread_calls.o: ../common/thread_calls.c
$(CC) $(C_OS_FLAGS) ../common/thread_calls.c
-