Moving charon to libcharon.
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user