fixed manager plugin loading
manager uses strongswan.conf to read its configuration
This commit is contained in:
@@ -11,7 +11,8 @@ controller/gateway_controller.c controller/gateway_controller.h
|
||||
manager_fcgi_LDADD = $(top_builddir)/src/libfast/libfast.la ${xml_LIBS}
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/libfast ${xml_CFLAGS}
|
||||
AM_CFLAGS = -rdynamic -DIPSECDIR=\"${ipsecdir}\" -DIPSEC_PIDDIR=\"${piddir}\"
|
||||
AM_CFLAGS = -rdynamic -DIPSECDIR=\"${ipsecdir}\" -DIPSEC_PIDDIR=\"${piddir}\" \
|
||||
-DIPSEC_PLUGINDIR=\"${plugindir}\"
|
||||
|
||||
ipsec_DATA = manager.db
|
||||
|
||||
|
||||
Reference in New Issue
Block a user