diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-07-06 21:53:40 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2011-07-06 21:53:40 +0200 |
commit | 19db8e9efff033a921b8ec8151e6b7488ba0e29c (patch) | |
tree | 2f5ddf2b4b37fcbe3d67c2ef92b4c2725b5fc1f0 /configure.in | |
parent | 93095183dde59235c5d14213d52e8096264dfb88 (diff) | |
download | strongswan-19db8e9efff033a921b8ec8151e6b7488ba0e29c.tar.bz2 strongswan-19db8e9efff033a921b8ec8151e6b7488ba0e29c.tar.xz |
install IMC and IMV dynamic libraries in imcvs directory
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index c790a4524..0ac20d6ae 100644 --- a/configure.in +++ b/configure.in @@ -36,6 +36,7 @@ ARG_WITH_SUBST([piddir], [/var/run], [set path for PID and UNIX sock ARG_WITH_SUBST([ipsecdir], [${libexecdir%/}/ipsec], [set installation path for ipsec tools]) ARG_WITH_SUBST([ipseclibdir], [${libdir%/}/ipsec], [set installation path for ipsec libraries]) ARG_WITH_SUBST([plugindir], [${ipseclibdir%/}/plugins], [set the installation path of plugins]) +ARG_WITH_SUBST([imcvdir], [${ipseclibdir%/}/imcvs], [set the installation path of IMC and IMV dynamic librariers]) ARG_WITH_SUBST([nm-ca-dir], [/usr/share/ca-certificates], [directory the NM plugin uses to look up trusted root certificates]) ARG_WITH_SUBST([linux-headers], [\${top_srcdir}/src/include], [set directory of linux header files to use]) ARG_WITH_SUBST([routing-table], [220], [set routing table to use for IPsec routes]) |