summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
Diffstat (limited to 'sesman')
-rw-r--r--sesman/sessvc/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/sesman/sessvc/Makefile.am b/sesman/sessvc/Makefile.am
new file mode 100644
index 00000000..d8897d2c
--- /dev/null
+++ b/sesman/sessvc/Makefile.am
@@ -0,0 +1,11 @@
+INCLUDES = \
+ -I$(top_srcdir)/common
+
+sbin_PROGRAMS = \
+ xrdp-sessvc
+
+xrdp_sessvc_SOURCES = \
+ sessvc.c
+
+xrdp_sessvc_LDADD = \
+ $(top_srcdir)/common/libcommon.la