summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2013-08-24 18:19:45 +0300
committerspeidy <speidy@gmail.com>2013-08-24 18:19:45 +0300
commitda7a005a59f89961259511d1ee8bb04906f089dd (patch)
tree82be94f7ab45b98ccc35d1afc09fb64a8e50ab7b
parent8e76b681021190eb4372b0b57c7b7592b7d8c37d (diff)
downloadxrdp-proprietary-da7a005a59f89961259511d1ee8bb04906f089dd.tar.gz
xrdp-proprietary-da7a005a59f89961259511d1ee8bb04906f089dd.zip
neutirnordp: purge old freerdp modules from autoconf
-rw-r--r--Makefile.am6
-rw-r--r--configure.ac13
-rw-r--r--libxrdp/Makefile.am4
3 files changed, 5 insertions, 18 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 \
diff --git a/configure.ac b/configure.ac
index a2a80aa2..11188d36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script
AC_PREREQ(2.59)
-AC_INIT([xrdp], [0.6.0], [xrdp-devel@lists.sourceforge.net])
+AC_INIT([xrdp], [0.7.0], [xrdp-devel@lists.sourceforge.net])
AC_CONFIG_HEADERS(config_ac.h:config_ac-h.in)
AM_INIT_AUTOMAKE([1.6 foreign])
AC_PROG_CC
@@ -31,10 +31,6 @@ AC_ARG_ENABLE(xrdpdebug, AS_HELP_STRING([--enable-xrdpdebug],
[Build debug (default: no)]),
[xrdpdebug=true], [xrdpdebug=false])
AM_CONDITIONAL(XRDP_DEBUG, [test x$xrdpdebug = xtrue])
-AC_ARG_ENABLE(freerdp1, AS_HELP_STRING([--enable-freerdp1],
- [Build freerdp1 module (default: no)]),
- [freerdp1=true], [freerdp1=false])
-AM_CONDITIONAL(XRDP_FREERDP1, [test x$freerdp1 = xtrue])
AC_ARG_ENABLE(neutrinordp, AS_HELP_STRING([--enable-neutrinordp],
[Build neutrinordp module (default: no)]),
[neutrinordp=true], [neutrinordp=false])
@@ -83,8 +79,6 @@ then
AC_DEFINE([USE_NOPAM],1,[Disable PAM])
fi
-AS_IF( [test "x$enable_freerdp1" = "xyes"] , [PKG_CHECK_MODULES(FREERDP, freerdp >= 1.0.0)] )
-
AS_IF( [test "x$enable_neutrinordp" = "xyes"] , [PKG_CHECK_MODULES(FREERDP, freerdp >= 1.0.0)] )
# checking for libjpeg
@@ -128,7 +122,6 @@ AC_CONFIG_FILES([Makefile
libxrdp/Makefile
xup/Makefile
mc/Makefile
- freerdp1/Makefile
neutrinordp/Makefile
xrdp/Makefile
sesman/Makefile
@@ -141,8 +134,8 @@ AC_CONFIG_FILES([Makefile
docs/man/Makefile
instfiles/Makefile
instfiles/pam.d/Makefile
- instfiles/init.d/Makefile
- instfiles/default/Makefile
+ instfiles/init.d/Makefile
+ instfiles/default/Makefile
genkeymap/Makefile
xrdpapi/Makefile
xrdpvr/Makefile
diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am
index 4aba9e7e..279113b8 100644
--- a/libxrdp/Makefile.am
+++ b/libxrdp/Makefile.am
@@ -11,8 +11,8 @@ else
EXTRA_DEFINES += -DXRDP_NODEBUG
endif
-if XRDP_FREERDP1
-EXTRA_DEFINES += -DXRDP_FREERDP1
+if XRDP_NEUTRINORDP
+EXTRA_DEFINES += -DXRDP_NEUTRINORDP
EXTRA_LIBS += $(FREERDP_LIBS)
endif