merged the modularization branch (credentials) back to trunk
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libstrongswan-sqlite.la
|
||||
|
||||
libstrongswan_sqlite_la_SOURCES = sqlite_plugin.h sqlite_plugin.c \
|
||||
sqlite_database.h sqlite_database.c
|
||||
libstrongswan_sqlite_la_LDFLAGS = -module
|
||||
libstrongswan_sqlite_la_LIBADD = -lsqlite3
|
||||
|
||||
Reference in New Issue
Block a user