diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-14 17:56:12 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-14 21:38:36 +0200 |
commit | 0912f0d2bc5fd40f4a0e9d94932ee1ce88b18bee (patch) | |
tree | 17a58014cdcab2eaf02315f45aba30a6cbcdbc17 /src | |
parent | 0001db115d4df7d57083eedcccb34d688f4419eb (diff) | |
download | strongswan-0912f0d2bc5fd40f4a0e9d94932ee1ce88b18bee.tar.bz2 strongswan-0912f0d2bc5fd40f4a0e9d94932ee1ce88b18bee.tar.xz |
replaced the missed ${confdir} by ${sysconfdir}
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index a51f3055b..b481a50a9 100644 --- a/src/pluto/Makefile.am +++ b/src/pluto/Makefile.am @@ -67,7 +67,7 @@ AM_CFLAGS = \ -DIPSEC_DIR=\"${ipsecdir}\" \ -DIPSEC_CONFDIR=\"${sysconfdir}\" \ -DIPSEC_PIDDIR=\"${piddir}\" \ --DSHARED_SECRETS_FILE=\"${confdir}/ipsec.secrets\" \ +-DSHARED_SECRETS_FILE=\"${sysconfdir}/ipsec.secrets\" \ -DPLUGINS=\""${pluto_plugins}\"" \ -DPKCS11_DEFAULT_LIB=\"${default_pkcs11}\" \ -DKERNEL26_SUPPORT -DKERNEL26_HAS_KAME_DUPLICATES \ |