From 052a162715449252bb6126c41dd1700b1440c394 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Wed, 3 Jun 2015 23:38:36 +0200 Subject: Improve db_path --- 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 45bca7d..7439c4b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,11 +1,12 @@ MAINTAINERCLEANFILES = Makefile.in -AM_CPPFLAGS = @DEFINES@ +AM_CPPFLAGS = @DEFINES@ -DLOCALSTATEDIR='"@localstatedir@/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 +event_SOURCES = event.cc event.hh event_main.cc common.hh cgi.hh db.hh \ + fsutils.cc fsutils.hh event_LDADD = libdb.la libcgi.la libcgi_la_SOURCES = cgi.hh common.hh cgi.cc \ -- cgit v1.2.3-70-g09d2