use sysconfdir, no need for an additional confdir variable
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user