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/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'examples/Makefile.am') diff --git a/examples/Makefile.am b/examples/Makefile.am index 92909bf..29d3774 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -6,6 +6,10 @@ MAC=mac mac_LDFLAGS=-framework ApplicationServices -framework Carbon -framework IOKit endif +if ANDROID +SUBDIRS=android +endif + if WITH_TIGHTVNC_FILETRANSFER FILETRANSFER=filetransfer endif -- cgit v1.2.1