summaryrefslogtreecommitdiff
path: root/rpmdb
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-30 12:14:23 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-30 12:14:23 +0100
commitfa1b02934ae53f2924398da78b69ab3b8e603f8f (patch)
tree6a0b6147c0c7c609ed84e40ccacb4f4dfbf5deba /rpmdb
parentae0e274e3511f6fe821adbf3f9769a311c5b3c89 (diff)
downloadrpm-fa1b02934ae53f2924398da78b69ab3b8e603f8f.tar.gz
rpm-fa1b02934ae53f2924398da78b69ab3b8e603f8f.tar.bz2
rpm-fa1b02934ae53f2924398da78b69ab3b8e603f8f.zip
Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.
Diffstat (limited to 'rpmdb')
-rw-r--r--rpmdb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am
index 2a8469f37..587363763 100644
--- a/rpmdb/Makefile.am
+++ b/rpmdb/Makefile.am
@@ -3,7 +3,7 @@
include $(top_srcdir)/rpm.am
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
-AM_CPPFLAGS += -I$(top_srcdir)/rpmdb
+AM_CPPFLAGS += -I$(top_builddir)/rpmdb -I$(top_srcdir)/rpmdb
AM_CPPFLAGS += -I$(top_srcdir)/build
AM_CPPFLAGS += -I$(top_srcdir)/lib
AM_CPPFLAGS += -I$(top_srcdir)/rpmio