From: Victor Julien Date: Sun, 24 Jun 2012 15:31:05 +0000 (+0200) Subject: build: Use expanded sysconfdir to pass as CONFIG_DIR to the code. X-Git-Tag: suricata-1.3rc1~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6cac1ef4868866c5fc8c03448863742085cc40e;p=thirdparty%2Fsuricata.git build: Use expanded sysconfdir to pass as CONFIG_DIR to the code. --- diff --git a/src/Makefile.am b/src/Makefile.am index 10476cf7cd..5a4d434c41 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -6,7 +6,7 @@ noinst_HEADERS = action-globals.h \ util-atomic.h util-validate.h bin_PROGRAMS = suricata -AM_CPPFLAGS = -DCONFIG_DIR=\"$(sysconfdir)\" +AM_CPPFLAGS = -DCONFIG_DIR=\"$(e_sysconfdir)\" suricata_SOURCES = suricata.c suricata.h \ runmodes.c runmodes.h \