diff options
author | speidy <speidy@gmail.com> | 2013-08-24 18:19:45 +0300 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2013-08-24 18:19:45 +0300 |
commit | da7a005a59f89961259511d1ee8bb04906f089dd (patch) | |
tree | 82be94f7ab45b98ccc35d1afc09fb64a8e50ab7b /Makefile.am | |
parent | 8e76b681021190eb4372b0b57c7b7592b7d8c37d (diff) | |
download | xrdp-proprietary-da7a005a59f89961259511d1ee8bb04906f089dd.tar.gz xrdp-proprietary-da7a005a59f89961259511d1ee8bb04906f089dd.zip |
neutirnordp: purge old freerdp modules from autoconf
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index 26dcb8aa..79f2e4f3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,5 @@ EXTRA_DIST = bootstrap COPYING design.txt faq-compile.txt faq-general.txt file-loc.txt install.txt prog_std.txt readme.txt -if XRDP_FREERDP1 -FREERDPDIR = freerdp1 -else -FREERDPDIR = -endif if XRDP_NEUTRINORDP NEUTRINORDPDIR = neutrinordp @@ -24,7 +19,6 @@ SUBDIRS = \ rdp \ xup \ mc \ - $(FREERDPDIR) \ $(NEUTRINORDPDIR) \ libxrdp \ xrdp \ |