summaryrefslogtreecommitdiff
path: root/libdb/Makefile.am
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-13 14:23:39 +0100
committerColin Watson <cjwatson@debian.org>2007-10-13 14:23:39 +0100
commit59aefdf2d8dd3a2c2c88da2e192aeed395fe63f3 (patch)
tree7e5b03d250e7d4b64dd1a15907dda2c853174d5e /libdb/Makefile.am
parente6fd719dc228098dc4425fcadd1c5fc8d9a431d1 (diff)
many fixes to allow VPATH builds, including a separate Makefile.am for each manual page language
Diffstat (limited to 'libdb/Makefile.am')
-rw-r--r--libdb/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/libdb/Makefile.am b/libdb/Makefile.am
index b6243711..5912e921 100644
--- a/libdb/Makefile.am
+++ b/libdb/Makefile.am
@@ -22,7 +22,9 @@
noinst_LIBRARIES = libmandb.a
dist_noinst_DATA = README
-libmandb_a_CPPFLAGS = -I$(top_builddir)/include
+libmandb_a_CPPFLAGS = \
+ -I$(top_builddir)/include \
+ -I$(top_srcdir)/lib
libmandb_a_SOURCES = \
db_btree.c \