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:
@@ -5,10 +5,8 @@ AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-sqlite.la
|
||||
libstrongswan_sqlite_la_LIBADD =
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-sqlite.la
|
||||
libstrongswan_sqlite_la_LIBADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
|
||||
endif
|
||||
|
||||
libstrongswan_sqlite_la_SOURCES = \
|
||||
@@ -16,5 +14,5 @@ libstrongswan_sqlite_la_SOURCES = \
|
||||
sqlite_database.h sqlite_database.c
|
||||
|
||||
libstrongswan_sqlite_la_LDFLAGS = -module -avoid-version
|
||||
libstrongswan_sqlite_la_LIBADD += -lsqlite3
|
||||
libstrongswan_sqlite_la_LIBADD = -lsqlite3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user