summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2013-05-29 00:11:14 -0700
committerJay Sorg <jay.sorg@gmail.com>2013-05-29 00:11:14 -0700
commitd4d6a65adb57c730dfc8edd2216b0ba3449ba27e (patch)
treecbb54bddfdab804901d0cc5bc07857ad2891b07e /common
parent9f175d307b3e08d930744b839f245a39b31a8a3d (diff)
parent58024d05000ce1548947e8416161d26dccf43ec0 (diff)
downloadxrdp-proprietary-d4d6a65adb57c730dfc8edd2216b0ba3449ba27e.tar.gz
xrdp-proprietary-d4d6a65adb57c730dfc8edd2216b0ba3449ba27e.zip
merge from pmhahn
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am20
1 files changed, 18 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 33cfc1e5..3d7e8bd1 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -1,5 +1,21 @@
-EXTRA_DIST = d3des.h arch.h os_calls.h list.h file.h parse.h defines.h file_loc.h log.h os_calls.h ssl_calls.h thread_calls.h trans.h xrdp_constants.h
-
+EXTRA_DIST = \
+ arch.h \
+ d3des.h \
+ defines.h \
+ file.h \
+ file_loc.h \
+ list.h \
+ log.h \
+ os_calls.h \
+ os_calls.h \
+ parse.h \
+ rail.h \
+ ssl_calls.h \
+ thread_calls.h \
+ trans.h \
+ xrdp_client_info.h \
+ xrdp_constants.h \
+ xrdp_rail.h
AM_CFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \