From b6d24bfa115b8ac9d4a16505c8eacacc2b195b15 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sat, 23 Jul 2011 18:02:51 +0200 Subject: Adopt autotools build system to Android. LibVNCServer/LibVNCClient now build for Android! --- examples/android/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 examples/android/Makefile.am (limited to 'examples/android') diff --git a/examples/android/Makefile.am b/examples/android/Makefile.am new file mode 100644 index 0000000..23bfe8f --- /dev/null +++ b/examples/android/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = -I$(top_srcdir) +LDADD = $(top_srcdir)/libvncserver/libvncserver.la @WSOCKLIB@ + +noinst_PROGRAMS=androidvncserver +androidvncserver_SOURCES=jni/fbvncserver.c + -- cgit v1.2.3