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 -I$(top_
|
||||
|
||||
AM_CFLAGS = -rdynamic -DIPSEC_CONFDIR=\"${confdir}\" -DIPSEC_PIDDIR=\"${piddir}\"
|
||||
|
||||
plugin_LTLIBRARIES = libcharon-stroke.la
|
||||
plugin_LTLIBRARIES = libstrongswan-stroke.la
|
||||
|
||||
libcharon_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
|
||||
libstrongswan_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
|
||||
stroke_socket.h stroke_socket.c \
|
||||
stroke_config.h stroke_config.c \
|
||||
stroke_control.h stroke_control.c \
|
||||
@@ -15,5 +15,5 @@ libcharon_stroke_la_SOURCES = stroke_plugin.h stroke_plugin.c \
|
||||
stroke_list.h stroke_list.c \
|
||||
stroke_shared_key.h stroke_shared_key.c
|
||||
|
||||
libcharon_stroke_la_LDFLAGS = -module
|
||||
libstrongswan_stroke_la_LDFLAGS = -module
|
||||
|
||||
|
||||
Reference in New Issue
Block a user