summaryrefslogtreecommitdiffstats
path: root/common/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'common/Makefile.am')
-rw-r--r--common/Makefile.am11
1 files changed, 10 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index cbd3001c..fa839e33 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,3 +1,11 @@
+
+EXTRA_FILES =
+
+if XRDP_PIXMAN
+else
+ EXTRA_FILES += pixman-region16.c pixman-region.h
+endif
+
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
@@ -36,7 +44,8 @@ libcommon_la_SOURCES = \
trans.h \
xrdp_client_info.h \
xrdp_constants.h \
- xrdp_rail.h
+ xrdp_rail.h \
+ $(EXTRA_FILES)
libcommon_la_LIBADD = \
-lcrypto \