summaryrefslogtreecommitdiffstats
path: root/sesman
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2016-12-18 11:56:07 -0200
committerGitHub <noreply@github.com>2016-12-18 11:56:07 -0200
commit2d8d786a9d518e2d8d1dc0d84ca06bc27461c86f (patch)
treedf30a6bc388c03fc003d7129262adba5bdf25019 /sesman
parent0f6d1aabc21432feb147cf7fdfe6369460608a9f (diff)
parentc21b9a78f4725abcea637fc585c671496180ea3c (diff)
downloadxrdp-proprietary-2d8d786a9d518e2d8d1dc0d84ca06bc27461c86f.tar.gz
xrdp-proprietary-2d8d786a9d518e2d8d1dc0d84ca06bc27461c86f.zip
Merge pull request #562 from proski/makedist
Distribute all files except git and github specific data
Diffstat (limited to 'sesman')
-rw-r--r--sesman/Makefile.am3
-rw-r--r--sesman/chansrv/Makefile.am6
2 files changed, 9 insertions, 0 deletions
diff --git a/sesman/Makefile.am b/sesman/Makefile.am
index 68dba28e..6b71e4bf 100644
--- a/sesman/Makefile.am
+++ b/sesman/Makefile.am
@@ -1,3 +1,6 @@
+EXTRA_DIST = \
+ Doxyfile
+
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am
index 221437e9..7a2672a8 100644
--- a/sesman/chansrv/Makefile.am
+++ b/sesman/chansrv/Makefile.am
@@ -1,3 +1,9 @@
+EXTRA_DIST = \
+ clipboard-notes.txt \
+ pcsc \
+ pulse \
+ wave-format-server.txt
+
AM_CPPFLAGS = \
-DXRDP_CFG_PATH=\"${sysconfdir}/xrdp\" \
-DXRDP_SBIN_PATH=\"${sbindir}\" \