diff options
-rw-r--r-- | src/libimcv/Makefile.am | 3 | ||||
-rw-r--r-- | src/libimcv/imcv.c | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/libimcv/Makefile.am b/src/libimcv/Makefile.am index 2640f4c5c..109421305 100644 --- a/src/libimcv/Makefile.am +++ b/src/libimcv/Makefile.am @@ -1,7 +1,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src/libstrongswan \ -I$(top_srcdir)/src/libtncif \ - -I$(top_srcdir)/src/libpts + -I$(top_srcdir)/src/libpts \ + -DIPSEC_SCRIPT=\"${ipsec_script}\" ipseclib_LTLIBRARIES = libimcv.la diff --git a/src/libimcv/imcv.c b/src/libimcv/imcv.c index 703da2306..619fc8dba 100644 --- a/src/libimcv/imcv.c +++ b/src/libimcv/imcv.c @@ -33,7 +33,7 @@ #endif #define IMCV_DEBUG_LEVEL 1 -#define IMCV_DEFAULT_POLICY_SCRIPT "ipsec _imv_policy" +#define IMCV_DEFAULT_POLICY_SCRIPT IPSEC_SCRIPT " _imv_policy" /** |