summaryrefslogtreecommitdiff
path: root/python
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 /python
parent583140460100ea99553d883174065ca22a3099b2 (diff)
downloadrpm-94d2343931fba7efbffdbd598625fe48b525de58.tar.gz
rpm-94d2343931fba7efbffdbd598625fe48b525de58.tar.bz2
rpm-94d2343931fba7efbffdbd598625fe48b525de58.zip
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 9c3715590..b7956a20a 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -3,7 +3,7 @@
EXTRA_DIST = rpmdebug-py.c rpm/__init__.py
if PYTHON
-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_srcdir)/python
AM_CPPFLAGS += -I$(top_srcdir)/build
AM_CPPFLAGS += -I$(top_srcdir)/lib