Adding Android.mk files to build charon and libstrongswan with the Android build system.

This commit is contained in:
Tobias Brunner
2010-03-03 10:18:46 +01:00
parent afb364fff9
commit 1be3298807
7 changed files with 469 additions and 2 deletions
+2
View File
@@ -106,6 +106,8 @@ AM_CFLAGS = -rdynamic \
-DIPSEC_PIDDIR=\"${piddir}\"
charon_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la -lm $(PTHREADLIB) $(DLLIB) $(SOCKLIB)
EXTRA_DIST = Android.mk
# compile options
#################