diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2015-06-03 23:38:36 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2015-06-03 23:39:29 +0200 |
| commit | 052a162715449252bb6126c41dd1700b1440c394 (patch) | |
| tree | d4277bae097d8b2e476d4fab2f6e065995b651e2 /src/Makefile.am | |
| parent | fec5364398c0cdb59db056c9530730a15c9fba9e (diff) | |
Improve db_path
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
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 \ |
