summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorJoel Klinghed <the_jk@yahoo.com>2015-06-04 00:22:57 +0200
committerJoel Klinghed <the_jk@yahoo.com>2015-06-04 00:22:57 +0200
commita6dfc269d93cdf557f6dac62b03b886d694faecd (patch)
tree8f9c04a4200a99fc4e986f1b0b23808040580011 /src/Makefile.am
parent052a162715449252bb6126c41dd1700b1440c394 (diff)
Add config and change all commands to one
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am5
1 files changed, 3 insertions, 2 deletions
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 \