From: Martin Willi Date: Mon, 14 Sep 2009 15:56:12 +0000 (+0200) Subject: replaced the missed ${confdir} by ${sysconfdir} X-Git-Tag: 4.3.5rc1~170 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=0912f0d2bc5fd40f4a0e9d94932ee1ce88b18bee;p=thirdparty%2Fstrongswan.git replaced the missed ${confdir} by ${sysconfdir} --- diff --git a/src/pluto/Makefile.am b/src/pluto/Makefile.am index a51f3055be..b481a50a9c 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 \