Stub library for user space IPsec implementation added.

This commit is contained in:
Tobias Brunner
2012-08-08 15:09:31 +02:00
parent 48f2c4b69b
commit b70139fbfd
8 changed files with 187 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
ipseclib_LTLIBRARIES = libipsec.la
libipsec_la_SOURCES = \
ipsec.c ipsec.h
libipsec_la_LIBADD =
INCLUDES = -I$(top_srcdir)/src/libstrongswan
EXTRA_DIST = Android.mk
# build optional plugins
########################
if MONOLITHIC
SUBDIRS =
else
SUBDIRS = .
endif