summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
Diffstat (limited to 'sesman')
-rw-r--r--sesman/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sesman/Makefile b/sesman/Makefile
index 797404c7..dd6c276f 100644
--- a/sesman/Makefile
+++ b/sesman/Makefile
@@ -50,6 +50,12 @@ install:
install startwm.sh $(DESTDIR)/startwm.sh
install sesman.ini $(CFGDIR)/sesman.ini
+installdeb:
+ install sesman $(DESTDIRDEB)/usr/xrdp/sesman
+ install sesrun $(DESTDIRDEB)/usr/xrdp/sesrun
+ install startwm.sh $(DESTDIRDEB)/usr/xrdp/startwm.sh
+ install sesman.ini $(DESTDIRDEB)/etc/xrdp/sesman.ini
+
os_calls.o: ../common/os_calls.c
$(CC) $(C_OS_FLAGS) ../common/os_calls.c