Install "ipsec" script with tools or conftest

This commit is contained in:
Martin Willi
2011-01-05 16:45:56 +01:00
parent 6ffd9f88ce
commit 37b3fad782
2 changed files with 6 additions and 1 deletions
+1
View File
@@ -922,6 +922,7 @@ AM_CONDITIONAL(USE_LIBSTRONGSWAN, test x$charon = xtrue -o x$pluto = xtrue -o x$
AM_CONDITIONAL(USE_LIBHYDRA, test x$charon = xtrue -o x$pluto = xtrue)
AM_CONDITIONAL(USE_LIBCHARON, test x$charon = xtrue -o x$conftest = xtrue)
AM_CONDITIONAL(USE_FILE_CONFIG, test x$pluto = xtrue -o x$stroke = xtrue)
AM_CONDITIONAL(USE_IPSEC_SCRIPT, test x$pluto = xtrue -o x$stroke = xtrue -o x$tools = xtrue -o x$conftest = xtrue)
AM_CONDITIONAL(USE_LIBCAP, test x$capabilities = xlibcap)
AM_CONDITIONAL(USE_VSTR, test x$vstr = xtrue)
AM_CONDITIONAL(USE_SIMAKA, test x$simaka = xtrue)
+5 -1
View File
@@ -21,7 +21,11 @@ if USE_TLS
endif
if USE_FILE_CONFIG
SUBDIRS += libfreeswan starter ipsec _copyright
SUBDIRS += libfreeswan starter
endif
if USE_IPSEC_SCRIPT
SUBDIRS += ipsec _copyright
endif
if USE_PLUTO