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 /examples/android | |
parent | 450d2ebfd26a670061fa171bb1dc0b5e5c34119c (diff) | |
download | libtdevnc-a48ef69be3f01624e3cd3683269a361557e227c7.tar.gz libtdevnc-a48ef69be3f01624e3cd3683269a361557e227c7.zip |
Include some more missing files for make dist.
Diffstat (limited to 'examples/android')
-rw-r--r-- | examples/android/Makefile.am | 1 |
1 files changed, 1 insertions, 0 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 |