diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2013-05-29 00:11:14 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2013-05-29 00:11:14 -0700 |
commit | d4d6a65adb57c730dfc8edd2216b0ba3449ba27e (patch) | |
tree | cbb54bddfdab804901d0cc5bc07857ad2891b07e /sesman/chansrv | |
parent | 9f175d307b3e08d930744b839f245a39b31a8a3d (diff) | |
parent | 58024d05000ce1548947e8416161d26dccf43ec0 (diff) | |
download | xrdp-proprietary-d4d6a65adb57c730dfc8edd2216b0ba3449ba27e.tar.gz xrdp-proprietary-d4d6a65adb57c730dfc8edd2216b0ba3449ba27e.zip |
merge from pmhahn
Diffstat (limited to 'sesman/chansrv')
-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 d200509a..89753430 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 = |