diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-22 11:54:31 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-22 11:54:31 +0200 |
commit | 75ae38e37c82aec827d884897ceabbcfb112f071 (patch) | |
tree | 856b67e46e5f4708bcd3d948be5a536dc11a577b /python | |
parent | 9a56f09925152e9ca6afc9db82fb15698a6d2428 (diff) | |
download | librpm-tizen-75ae38e37c82aec827d884897ceabbcfb112f071.tar.gz librpm-tizen-75ae38e37c82aec827d884897ceabbcfb112f071.tar.bz2 librpm-tizen-75ae38e37c82aec827d884897ceabbcfb112f071.zip |
Remove INCPATH.
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 3 |
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 \ |