]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
replaced the missed ${confdir} by ${sysconfdir}
authorMartin Willi <martin@strongswan.org>
Mon, 14 Sep 2009 15:56:12 +0000 (17:56 +0200)
committerMartin Willi <martin@strongswan.org>
Mon, 14 Sep 2009 19:38:36 +0000 (21:38 +0200)
src/pluto/Makefile.am

index a51f3055bec700c099a5794706ccb8a86d2e25f7..b481a50a9c3d45982d00aed4b84ef29f2c92fef9 100644 (file)
@@ -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 \