summaryrefslogtreecommitdiffstats
path: root/xrdp
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2006-03-04 01:02:09 +0000
committerjsorg71 <jsorg71>2006-03-04 01:02:09 +0000
commit05178d073366e08d692bd18e351cb629813482bf (patch)
tree6474f26cc08f020320a309d4ed35b6321a385c4d /xrdp
parent42a6b2bdd0c4bf89989b45187b0c11bc95455ffd (diff)
downloadxrdp-proprietary-05178d073366e08d692bd18e351cb629813482bf.tar.gz
xrdp-proprietary-05178d073366e08d692bd18e351cb629813482bf.zip
added installdeb to makefiles
Diffstat (limited to 'xrdp')
-rw-r--r--xrdp/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/xrdp/Makefile b/xrdp/Makefile
index ea09ecbf..8829c375 100644
--- a/xrdp/Makefile
+++ b/xrdp/Makefile
@@ -40,6 +40,16 @@ install:
install rsakeys.ini $(CFGDIR)/rsakeys.ini
install xrdp $(DESTDIR)/xrdp
+installdeb:
+ install ad256.bmp $(DESTDIRDEB)/usr/xrdp/ad256.bmp
+ install xrdp256.bmp $(DESTDIRDEB)/usr/xrdp/xrdp256.bmp
+ install cursor0.cur $(DESTDIRDEB)/usr/xrdp/cursor0.cur
+ install cursor1.cur $(DESTDIRDEB)/usr/xrdp/cursor1.cur
+ install Tahoma-10.fv1 $(DESTDIRDEB)/usr/xrdp/Tahoma-10.fv1
+ install xrdp.ini $(DESTDIRDEB)/etc/xrdp/xrdp.ini
+ install rsakeys.ini $(DESTDIRDEB)/etc/xrdp/rsakeys.ini
+ install xrdp $(DESTDIRDEB)/usr/xrdp/xrdp
+
list.o: ../common/list.c
$(CC) $(C_OS_FLAGS) ../common/list.c