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
+3 -3
View File
@@ -457,10 +457,10 @@ if MONOLITHIC
endif
endif
if USE_ANDROID
SUBDIRS += plugins/android
if USE_ANDROID_DNS
SUBDIRS += plugins/android_dns
if MONOLITHIC
libcharon_la_LIBADD += plugins/android/libstrongswan-android.la
libcharon_la_LIBADD += plugins/android_dns/libstrongswan-android-dns.la
endif
endif