use sysconfdir, no need for an additional confdir variable

This commit is contained in:
Martin Willi
2009-09-07 15:10:30 +02:00
parent c0e56a663e
commit faa4bd49fb
8 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic \
-DIPSEC_CONFDIR=\"${confdir}\" \
-DIPSEC_CONFDIR=\"${sysconfdir}\" \
-DSIM_READER_LIB=\"${sim_reader}\"
plugin_LTLIBRARIES = libstrongswan-eapsim.la
+1 -1
View File
@@ -1,7 +1,7 @@
INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon
AM_CFLAGS = -rdynamic -DIPSEC_CONFDIR=\"${confdir}\"
AM_CFLAGS = -rdynamic -DIPSEC_CONFDIR=\"${sysconfdir}\"
plugin_LTLIBRARIES = libstrongswan-eapsim-file.la
+1 -1
View File
@@ -3,7 +3,7 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon -I$(top_
AM_CFLAGS = \
-rdynamic \
-DIPSEC_CONFDIR=\"${confdir}\" \
-DIPSEC_CONFDIR=\"${sysconfdir}\" \
-DIPSEC_PIDDIR=\"${piddir}\"
plugin_LTLIBRARIES = libstrongswan-stroke.la