From a6dfc269d93cdf557f6dac62b03b886d694faecd Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 4 Jun 2015 00:22:57 +0200 Subject: Add config and change all commands to one --- src/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 7439c4b..6b6b797 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,12 +1,13 @@ MAINTAINERCLEANFILES = Makefile.in -AM_CPPFLAGS = @DEFINES@ -DLOCALSTATEDIR='"@localstatedir@/stuff"' +AM_CPPFLAGS = @DEFINES@ -DLOCALSTATEDIR='"@localstatedir@/stuff"' \ + -DSYSCONFDIR='"@sysconfdir@/stuff"' bin_PROGRAMS = event noinst_LTLIBRARIES = libdb.la libcgi.la event_SOURCES = event.cc event.hh event_main.cc common.hh cgi.hh db.hh \ - fsutils.cc fsutils.hh + fsutils.cc fsutils.hh config.cc config.hh event_LDADD = libdb.la libcgi.la libcgi_la_SOURCES = cgi.hh common.hh cgi.cc \ -- cgit v1.2.3-70-g09d2