Reverting eba28948a5 which was only necessary when cross-compiling the plugins for Android 2.0.

With the coming monolithic build using Android.mk files this won't be
necessary anymore.
This commit is contained in:
Tobias Brunner
2010-03-02 12:03:44 +01:00
parent 4e657051f7
commit afb364fff9
59 changed files with 14 additions and 83 deletions
+1 -3
View File
@@ -5,14 +5,12 @@ AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-ldap.la
libstrongswan_ldap_la_LIBADD =
else
plugin_LTLIBRARIES = libstrongswan-ldap.la
libstrongswan_ldap_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
endif
libstrongswan_ldap_la_SOURCES = \
ldap_plugin.h ldap_plugin.c ldap_fetcher.h ldap_fetcher.c
libstrongswan_ldap_la_LDFLAGS = -module -avoid-version
libstrongswan_ldap_la_LIBADD += -lldap -llber
libstrongswan_ldap_la_LIBADD = -lldap -llber