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
@@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-openssl.la
libstrongswan_openssl_la_LIBADD =
else
plugin_LTLIBRARIES = libstrongswan-openssl.la
libstrongswan_openssl_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
endif
libstrongswan_openssl_la_SOURCES = \
@@ -24,5 +22,5 @@ libstrongswan_openssl_la_SOURCES = \
openssl_ec_public_key.c openssl_ec_public_key.h
libstrongswan_openssl_la_LDFLAGS = -module -avoid-version
libstrongswan_openssl_la_LIBADD += -lcrypto
libstrongswan_openssl_la_LIBADD = -lcrypto