diff options
author | itamarjp <itamar@ispbrasil.com.br> | 2015-07-14 11:35:33 -0300 |
---|---|---|
committer | itamarjp <itamar@ispbrasil.com.br> | 2015-07-14 11:35:33 -0300 |
commit | 960cc62a0ec26af6b9d9a161f58b22a47b2fa1a4 (patch) | |
tree | f840806233c6603c3bea3ac09146f358ea7412e0 /sesman/chansrv | |
parent | 2ed8108d7742b59b7e56b9865d8be2f8549fb926 (diff) | |
download | xrdp-proprietary-960cc62a0ec26af6b9d9a161f58b22a47b2fa1a4.tar.gz xrdp-proprietary-960cc62a0ec26af6b9d9a161f58b22a47b2fa1a4.zip |
add missing files into extra_dist,
this is required when using make dist to generate a tarball
Diffstat (limited to 'sesman/chansrv')
-rw-r--r-- | sesman/chansrv/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sesman/chansrv/Makefile.am b/sesman/chansrv/Makefile.am index ed55ae02..8a7d6146 100644 --- a/sesman/chansrv/Makefile.am +++ b/sesman/chansrv/Makefile.am @@ -10,7 +10,10 @@ EXTRA_DIST = \ sound.h \ xcommon.h \ mlog.h \ - chansrv_common.h + chansrv_common.h \ + irp.h \ + smartcard.h \ + smartcard_pcsc.h EXTRA_DEFINES = EXTRA_INCLUDES = |