summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Beier <dontmind@freeshell.org>2012-04-26 17:20:06 +0200
committerChristian Beier <dontmind@freeshell.org>2012-04-26 17:20:06 +0200
commita48ef69be3f01624e3cd3683269a361557e227c7 (patch)
tree8351c484f9aa000fe0d965ea9c033e3157787325
parent450d2ebfd26a670061fa171bb1dc0b5e5c34119c (diff)
downloadlibtdevnc-a48ef69b.tar.gz
libtdevnc-a48ef69b.zip
Include some more missing files for make dist.
-rw-r--r--examples/android/Makefile.am1
-rw-r--r--libvncserver/Makefile.am4
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/android/Makefile.am b/examples/android/Makefile.am
index 23bfe8f..2104967 100644
--- a/examples/android/Makefile.am
+++ b/examples/android/Makefile.am
@@ -4,3 +4,4 @@ LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@
noinst_PROGRAMS=androidvncserver
androidvncserver_SOURCES=jni/fbvncserver.c
+EXTRA_DIST=jni/Android.mk
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 \