Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/neutrinolabs/xrdp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2010-11-20 08:19:39 +0300
committerJay Sorg <jay.sorg@gmail.com>2010-11-20 08:19:39 +0300
commit8a4a729a1b31783cab14da477dd9dcaac9701228 (patch)
tree7ae141f1b8ec18d951def9476534139e73c9f5c2 /Makefile.am
parent4d4f80bfc43e9c901a5609bd8bd78822b7c607bd (diff)
added --enable-freerdp configure option
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9605bad6..61ea08e4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,11 +1,17 @@
+if XRDP_FREERDP
+FREERDPDIR = freerdp
+else
+FREERDPDIR =
+endif
+
SUBDIRS = \
common \
vnc \
rdp \
xup \
mc \
- freerdp \
+ $(FREERDPDIR) \
libxrdp \
xrdp \
sesman \