summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorcorvid, jcid <devnull@localhost>2010-01-18 14:00:46 -0300
committercorvid, jcid <devnull@localhost>2010-01-18 14:00:46 -0300
commit7fed8aad4aea5d8f8407e44d3f2396db5028db55 (patch)
tree2b5e2b73641c5f7cdedae0a97449dbbe5ead5733 /src/Makefile.am
parenta593fe8b62e148da741e8ce054f4b3bedcf81403 (diff)
Added a help button. It tries a local help file then dillo.org's one.
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 0994c9fc..95da3d05 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,4 +1,4 @@
-AM_CPPFLAGS=-DDILLO_SYSCONF='"$(sysconfdir)/"' @LIBJPEG_CPPFLAGS@
+AM_CPPFLAGS=-DDILLO_SYSCONF='"$(sysconfdir)/"' -DDILLO_DOCDIR='"$(docdir)/"' @LIBJPEG_CPPFLAGS@
AM_CFLAGS = @LIBPNG_CFLAGS@
AM_CXXFLAGS = -I.. @LIBPNG_CFLAGS@ @LIBFLTK_CXXFLAGS@