diff options
author | Philipp Hahn <hahn@univention.de> | 2013-01-28 10:42:18 +0100 |
---|---|---|
committer | Philipp Hahn <hahn@univention.de> | 2013-01-28 11:04:28 +0100 |
commit | 397089a207f3d35bfa51fc769e243eab9c3a186a (patch) | |
tree | 9ce1a65dd9eb3d46826e8db5a4c3ccd117aa5eaa /sesman/chansrv/Makefile.am | |
parent | ffc7e7ff270134c7f5c73f8f86cac81038e8fee3 (diff) | |
download | xrdp-proprietary-397089a207f3d35bfa51fc769e243eab9c3a186a.tar.gz xrdp-proprietary-397089a207f3d35bfa51fc769e243eab9c3a186a.zip |
sesman: Fix dist
Add missing header files to EXTRA_DIST.
Otherwise "make distcheck" fails.
Diffstat (limited to 'sesman/chansrv/Makefile.am')
-rw-r--r-- | sesman/chansrv/Makefile.am | 12 |
1 files changed, 11 insertions, 1 deletions
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 = |