diff options
author | Christian Beier <dontmind@freeshell.org> | 2012-04-26 17:20:06 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2012-04-26 17:20:06 +0200 |
commit | a48ef69be3f01624e3cd3683269a361557e227c7 (patch) | |
tree | 8351c484f9aa000fe0d965ea9c033e3157787325 /libvncserver/Makefile.am | |
parent | 450d2ebfd26a670061fa171bb1dc0b5e5c34119c (diff) | |
download | libtdevnc-a48ef69be3f01624e3cd3683269a361557e227c7.tar.gz libtdevnc-a48ef69be3f01624e3cd3683269a361557e227c7.zip |
Include some more missing files for make dist.
Diffstat (limited to 'libvncserver/Makefile.am')
-rw-r--r-- | libvncserver/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libvncserver/Makefile.am b/libvncserver/Makefile.am index a53bf17..cc1acfb 100644 --- a/libvncserver/Makefile.am +++ b/libvncserver/Makefile.am @@ -36,8 +36,8 @@ include_HEADERS=../rfb/rfb.h ../rfb/rfbconfig.h ../rfb/rfbint.h \ ../rfb/rfbproto.h ../rfb/keysym.h ../rfb/rfbregion.h ../rfb/rfbclient.h noinst_HEADERS=../common/d3des.h ../rfb/default8x16.h zrleoutstream.h \ - zrlepalettehelper.h zrletypes.h private.h ../common/minilzo.h ../common/lzoconf.h ../common/lzodefs.h scale.h \ - rfbssl.h rfbcrypto.h \ + zrlepalettehelper.h zrletypes.h private.h scale.h rfbssl.h rfbcrypto.h \ + ../common/minilzo.h ../common/lzoconf.h ../common/lzodefs.h ../common/md5.h ../common/sha1.h \ $(TIGHTVNCFILETRANSFERHDRS) EXTRA_DIST=tableinit24.c tableinittctemplate.c tabletranstemplate.c \ |