summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-12-03 10:45:15 +0000
committerColin Watson <cjwatson@debian.org>2008-12-03 10:45:15 +0000
commitc54f90ab25cf805b029d16f7af22a01acf4d0dc5 (patch)
tree49d3adf20a8440c063679e0b646a6f17490de8da /src/Makefile.am
parent5035d4d472f238cfc785debc05b8c949ec6ac9be (diff)
* lib/Makefile.am (libman_a_CPPFLAGS), libdb/Makefile.am
(libmandb_a_CPPFLAGS), src/Makefile.am (AM_CPPFLAGS): Add -I$(top_builddir)/intl.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0e47b054..7a9b8deb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -36,6 +36,7 @@ noinst_DATA = man_db.conf
AM_CPPFLAGS = \
-I$(top_builddir)/include \
+ -I$(top_builddir)/intl \
-I$(top_builddir)/gnulib/lib \
-I$(top_srcdir)/gnulib/lib \
-I$(top_srcdir)/lib \