attr: Move plugin to libcharon

This commit is contained in:
Martin Willi
2015-02-20 13:34:54 +01:00
parent 6bfd1fbb71
commit c6c7f97a1d
9 changed files with 13 additions and 15 deletions
+19
View File
@@ -0,0 +1,19 @@
AM_CPPFLAGS = \
-I$(top_srcdir)/src/libstrongswan \
-I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = \
$(PLUGIN_CFLAGS)
if MONOLITHIC
noinst_LTLIBRARIES = libstrongswan-attr.la
else
plugin_LTLIBRARIES = libstrongswan-attr.la
endif
libstrongswan_attr_la_SOURCES = \
attr_plugin.h attr_plugin.c \
attr_provider.h attr_provider.c
libstrongswan_attr_la_LDFLAGS = -module -avoid-version