summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-22 11:54:31 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-22 11:54:31 +0200
commit75ae38e37c82aec827d884897ceabbcfb112f071 (patch)
tree856b67e46e5f4708bcd3d948be5a536dc11a577b /python
parent9a56f09925152e9ca6afc9db82fb15698a6d2428 (diff)
downloadrpm-75ae38e37c82aec827d884897ceabbcfb112f071.tar.gz
rpm-75ae38e37c82aec827d884897ceabbcfb112f071.tar.bz2
rpm-75ae38e37c82aec827d884897ceabbcfb112f071.zip
Remove INCPATH.
Diffstat (limited to 'python')
-rw-r--r--python/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index b6b647bd2..288661b84 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -18,8 +18,7 @@ AM_CPPFLAGS = -I. \
@WITH_POPT_INCLUDE@ \
-I$(top_srcdir)/misc \
-I$(top_srcdir)/ \
- -I$(pyincdir) \
- @INCPATH@
+ -I$(pyincdir)
noinst_HEADERS = header-py.h \
rpmal-py.h rpmds-py.h rpmdb-py.h rpmfd-py.h rpmfts-py.h \