diff options
author | Christian Beier <dontmind@freeshell.org> | 2011-07-23 18:02:51 +0200 |
---|---|---|
committer | Christian Beier <dontmind@freeshell.org> | 2011-07-23 18:02:51 +0200 |
commit | b6d24bfa115b8ac9d4a16505c8eacacc2b195b15 (patch) | |
tree | 4f60e16b335bafc7939f47ed2a830e0a0edbf6cd /examples/Makefile.am | |
parent | 5a5cfbe24c307c842a736ac222307f8f63950296 (diff) | |
download | libtdevnc-b6d24bfa115b8ac9d4a16505c8eacacc2b195b15.tar.gz libtdevnc-b6d24bfa115b8ac9d4a16505c8eacacc2b195b15.zip |
Adopt autotools build system to Android.
LibVNCServer/LibVNCClient now build for Android!
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 |