Stub plugin for Maemo specific extensions added.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
|
||||
-I$(top_srcdir)/src/libcharon ${maemo_CFLAGS}
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
if MONOLITHIC
|
||||
noinst_LTLIBRARIES = libstrongswan-maemo.la
|
||||
else
|
||||
plugin_LTLIBRARIES = libstrongswan-maemo.la
|
||||
endif
|
||||
|
||||
libstrongswan_maemo_la_SOURCES = \
|
||||
maemo_plugin.h maemo_plugin.c
|
||||
|
||||
libstrongswan_maemo_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
Reference in New Issue
Block a user