plugin load configuration in strongswan.conf
some components accept a "component.load" option with a space separated list of plugins to load libcharon- plugins are now handled the same way as libstrongswan- plugins
This commit is contained in:
@@ -3,9 +3,9 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
|
||||
|
||||
AM_CFLAGS = -rdynamic
|
||||
|
||||
plugin_LTLIBRARIES = libcharon-medsrv.la
|
||||
libcharon_medsrv_la_SOURCES = medsrv_plugin.h medsrv_plugin.c \
|
||||
plugin_LTLIBRARIES = libstrongswan-medsrv.la
|
||||
libstrongswan_medsrv_la_SOURCES = medsrv_plugin.h medsrv_plugin.c \
|
||||
medsrv_creds.h medsrv_creds.c \
|
||||
medsrv_config.h medsrv_config.c
|
||||
libcharon_medsrv_la_LDFLAGS = -module
|
||||
libstrongswan_medsrv_la_LDFLAGS = -module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user