summaryrefslogtreecommitdiffstats
path: root/libxrdp/Makefile.am
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2008-08-12 06:19:27 +0000
committerjsorg71 <jsorg71>2008-08-12 06:19:27 +0000
commitc8d4c4ec2740bf3c0e25227b665e7936cfbf0e48 (patch)
tree6b2c379ada34e41a9798b3c12add23016b0031f9 /libxrdp/Makefile.am
parent566aaf6d042d87f5a00cbee14c25f7f9ccfee5c6 (diff)
downloadxrdp-proprietary-c8d4c4ec2740bf3c0e25227b665e7936cfbf0e48.tar.gz
xrdp-proprietary-c8d4c4ec2740bf3c0e25227b665e7936cfbf0e48.zip
version and common change, remove defines
Diffstat (limited to 'libxrdp/Makefile.am')
-rw-r--r--libxrdp/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/libxrdp/Makefile.am b/libxrdp/Makefile.am
index ed336405..bdd90015 100644
--- a/libxrdp/Makefile.am
+++ b/libxrdp/Makefile.am
@@ -1,7 +1,5 @@
INCLUDES = \
- -I$(top_srcdir)/common \
- -DXRDP_CFG_FILE=\"/etc/xrdp/xrdp.ini\" \
- -DXRDP_KEY_FILE=\"/etc/xrdp/rsakeys.ini\"
+ -I$(top_srcdir)/common
lib_LTLIBRARIES = \
libxrdp.la
@@ -18,7 +16,7 @@ libxrdp_la_SOURCES = \
xrdp_bitmap_compress.c
libxrdp_la_LIBADD = \
- $(top_srcdir)/common/libxrdp-common.la
+ $(top_srcdir)/common/libcommon.la
libxrdp_la_LDFLAGS = \
- -version-info 5:0:5
+ -version-info @XRDP_VERSION_INFO@