moved resolv.conf editing to a separate plugin (resolv_conf) extended attribute_provider interface to hand out arbitrary attributes moved strongswan.conf based dns/nbns configuration to a plugin (attr)
10 lines
276 B
Makefile
10 lines
276 B
Makefile
|
|
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
|
|
|
AM_CFLAGS = -rdynamic
|
|
|
|
plugin_LTLIBRARIES = libstrongswan-attr.la
|
|
libstrongswan_attr_la_SOURCES = attr_plugin.h attr_plugin.c \
|
|
attr_provider.h attr_provider.c
|
|
libstrongswan_attr_la_LDFLAGS = -module
|