diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-22 16:17:20 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-22 16:17:20 +0100 |
commit | 94d2343931fba7efbffdbd598625fe48b525de58 (patch) | |
tree | f3260feeab8bb7e294cfe0f330c8d41e01aa2b14 /python/Makefile.am | |
parent | 583140460100ea99553d883174065ca22a3099b2 (diff) | |
download | rpm-94d2343931fba7efbffdbd598625fe48b525de58.tar.gz rpm-94d2343931fba7efbffdbd598625fe48b525de58.tar.bz2 rpm-94d2343931fba7efbffdbd598625fe48b525de58.zip |
Add -I$(top_builddir)/include/rpm to AM_CPPFLAGS.
Diffstat (limited to 'python/Makefile.am')
-rw-r--r-- | python/Makefile.am | 2 |
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 |