Removed backend for old Android frontend patch

Moved the remaining DNS handler to a new plugin.
This commit is contained in:
Tobias Brunner
2013-03-02 18:27:23 +01:00
parent b038c62e4a
commit 9804fccea3
14 changed files with 88 additions and 929 deletions
@@ -0,0 +1,18 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-android-dns.la
else
plugin_LTLIBRARIES = libstrongswan-android-dns.la
endif
libstrongswan_android_dns_la_SOURCES = \
android_dns_plugin.c android_dns_plugin.h \
android_dns_handler.c android_dns_handler.h
libstrongswan_android_dns_la_LDFLAGS = -module -avoid-version
libstrongswan_android_dns_la_LIBADD = -lcutils