aboutsummaryrefslogtreecommitdiffstats
path: root/src/scepclient
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-07 15:10:30 +0200
committerMartin Willi <martin@strongswan.org>2009-09-07 15:10:30 +0200
commitfaa4bd49fb7c27e05539edcb8dfe63361f49f290 (patch)
tree4c2bbfe9fb5275574dc66e4094c24834678d73ee /src/scepclient
parentc0e56a663ecd295e07d0ed1f1e27a0bb1f490e57 (diff)
downloadstrongswan-faa4bd49fb7c27e05539edcb8dfe63361f49f290.tar.bz2
strongswan-faa4bd49fb7c27e05539edcb8dfe63361f49f290.tar.xz
use sysconfdir, no need for an additional confdir variable
Diffstat (limited to 'src/scepclient')
-rw-r--r--src/scepclient/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scepclient/Makefile.am b/src/scepclient/Makefile.am
index d210be483..063806916 100644
--- a/src/scepclient/Makefile.am
+++ b/src/scepclient/Makefile.am
@@ -16,7 +16,7 @@ INCLUDES = \
-I$(WHACKDIR)
AM_CFLAGS = \
--DIPSEC_CONFDIR=\"${confdir}\" \
+-DIPSEC_CONFDIR=\"${sysconfdir}\" \
-DIPSEC_PLUGINDIR=\"${plugindir}\" \
-DPLUGINS=\""${pluto_plugins}\"" \
-DSTRONGSWAN_CONF=\"${strongswan_conf}\" \