Moved attr plugin from libcharon to libhydra.

This commit is contained in:
Tobias Brunner
2010-04-06 12:47:40 +02:00
parent facf887253
commit a5ec302547
8 changed files with 13 additions and 10 deletions
-17
View File
@@ -1,17 +0,0 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libhydra \
-I$(top_srcdir)/src/libcharon
AM_CFLAGS = -rdynamic
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