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
@@ -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