summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-05-03 02:07:02 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-05-03 02:07:02 -0700
commit64fabbad687aed9a51357a39e284643d77675a04 (patch)
tree926fc52b92affa7a4455376adb8983266c8afc00 /Makefile.am
parent862ee8b914f30e9aac61e33af71b2b071ec9f606 (diff)
downloadxrdp-proprietary-64fabbad687aed9a51357a39e284643d77675a04.tar.gz
xrdp-proprietary-64fabbad687aed9a51357a39e284643d77675a04.zip
got neutrinordp module building
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5193171f..26dcb8aa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,12 @@ else
FREERDPDIR =
endif
+if XRDP_NEUTRINORDP
+NEUTRINORDPDIR = neutrinordp
+else
+NEUTRINORDPDIR =
+endif
+
if XRDP_XRDPVR
XRDPVRDIR = xrdpvr
else
@@ -19,6 +25,7 @@ SUBDIRS = \
xup \
mc \
$(FREERDPDIR) \
+ $(NEUTRINORDPDIR) \
libxrdp \
xrdp \
sesman \