summaryrefslogtreecommitdiff
path: root/rpmdb/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-22 16:17:20 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-22 16:17:20 +0100
commit94d2343931fba7efbffdbd598625fe48b525de58 (patch)
treef3260feeab8bb7e294cfe0f330c8d41e01aa2b14 /rpmdb/Makefile.am
parent583140460100ea99553d883174065ca22a3099b2 (diff)
downloadlibrpm-tizen-94d2343931fba7efbffdbd598625fe48b525de58.tar.gz
librpm-tizen-94d2343931fba7efbffdbd598625fe48b525de58.tar.bz2
librpm-tizen-94d2343931fba7efbffdbd598625fe48b525de58.zip
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Diffstat (limited to 'rpmdb/Makefile.am')
-rw-r--r--rpmdb/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am
index 1ac822d74..1c0d0992d 100644
--- a/rpmdb/Makefile.am
+++ b/rpmdb/Makefile.am
@@ -2,7 +2,7 @@
include $(top_srcdir)/rpm.am
-AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm
AM_CPPFLAGS += -I$(top_builddir)/rpmdb -I$(top_srcdir)/rpmdb
AM_CPPFLAGS += -I$(top_srcdir)/build
AM_CPPFLAGS += -I$(top_srcdir)/lib