summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-06-07 01:55:13 +0000
committercorvid <corvid@lavabit.com>2009-06-07 01:55:13 +0000
commit592b4c870acb0ad7d0e29a2077ed67d0b2c2a73f (patch)
tree7a3ebb6aa01e41dcfd98a1ce3dac5915fc6e3ed9 /src/Makefile.am
parent77d8efd9510d6d8cd2ae4cafd64b4b781ccc4c4f (diff)
group dillo system config files into a dillo subdir; have Paths use it
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 84af3202..e0029f6d 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS=-DDILLORC_SYS='"$(sysconfdir)/dillorc"' @LIBJPEG_CPPFLAGS@
+AM_CPPFLAGS=-DDILLO_SYSCONF='"$(sysconfdir)/"' @LIBJPEG_CPPFLAGS@
AM_CFLAGS = @LIBPNG_CFLAGS@
AM_CXXFLAGS = -I.. @LIBPNG_CFLAGS@ @LIBFLTK_CXXFLAGS@