diff options
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 |