summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Hahn <hahn@univention.de>2013-01-28 10:42:18 +0100
committerPhilipp Hahn <hahn@univention.de>2013-01-28 11:04:28 +0100
commit397089a207f3d35bfa51fc769e243eab9c3a186a (patch)
tree9ce1a65dd9eb3d46826e8db5a4c3ccd117aa5eaa
parentffc7e7ff270134c7f5c73f8f86cac81038e8fee3 (diff)
downloadxrdp-proprietary-397089a207f3d35bfa51fc769e243eab9c3a186a.tar.gz
xrdp-proprietary-397089a207f3d35bfa51fc769e243eab9c3a186a.zip
sesman: Fix dist
Add missing header files to EXTRA_DIST. Otherwise "make distcheck" fails.
-rw-r--r--common/Makefile.am20
-rw-r--r--sesman/chansrv/Makefile.am12
2 files changed, 29 insertions, 3 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\" \
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am
index 4272eb0e..39d808c9 100644
--- a/sesman/chansrv/Makefile.am
+++ b/sesman/chansrv/Makefile.am
@@ -1,4 +1,14 @@
-EXTRA_DIST = chansrv.h clipboard.h devredir.h sound.h
+EXTRA_DIST = \
+ chansrv.h \
+ chansrv_fuse.h \
+ clipboard.h \
+ clipboard_common.h \
+ clipboard_file.h \
+ devredir.h \
+ drdynvc.h \
+ rail.h \
+ sound.h \
+ xcommon.h
EXTRA_DEFINES =
EXTRA_INCLUDES =