summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parentae0e274e3511f6fe821adbf3f9769a311c5b3c89 (diff)
downloadlibrpm-tizen-fa1b02934ae53f2924398da78b69ab3b8e603f8f.tar.gz
librpm-tizen-fa1b02934ae53f2924398da78b69ab3b8e603f8f.tar.bz2
librpm-tizen-fa1b02934ae53f2924398da78b69ab3b8e603f8f.zip
Add -I$(top_builddir)/rpmdb to AM_CPPFLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index de82ee3c4..af7e94ad4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,7 +22,7 @@ pkgconfigdir = $(libdir)/pkgconfig
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
AM_CPPFLAGS += -I$(top_srcdir)/build
AM_CPPFLAGS += -I$(top_srcdir)/lib
-AM_CPPFLAGS += -I$(top_srcdir)/rpmdb
+AM_CPPFLAGS += -I$(top_builddir)/rpmdb -I$(top_srcdir)/rpmdb
AM_CPPFLAGS += -I$(top_srcdir)/rpmio
AM_CPPFLAGS += @WITH_BEECRYPT_INCLUDE@
AM_CPPFLAGS += @WITH_POPT_INCLUDE@