summaryrefslogtreecommitdiff
path: root/python/Makefile.am
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-11-27 11:56:05 +0200
committerPanu Matilainen <pmatilai@redhat.com>2007-11-27 11:56:05 +0200
commitb97705e0182aee1e05b2b546530f0d3daf0f1586 (patch)
tree95429ac8c1d8d91d2d0246ee677aa71b90ef8a4a /python/Makefile.am
parent5fa08529cb805bb36a8b9a1d7300cade13d05e4b (diff)
downloadlibrpm-tizen-b97705e0182aee1e05b2b546530f0d3daf0f1586.tar.gz
librpm-tizen-b97705e0182aee1e05b2b546530f0d3daf0f1586.tar.bz2
librpm-tizen-b97705e0182aee1e05b2b546530f0d3daf0f1586.zip
Drop extra include paths from python too
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 7a10322c8..dcd41547a 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -5,8 +5,6 @@ EXTRA_DIST = rpmdebug-py.c rpm/__init__.py
if PYTHON
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm
AM_CPPFLAGS += -I$(top_srcdir)/python
-AM_CPPFLAGS += -I$(top_srcdir)/rpmdb # XXX legacy.h
-AM_CPPFLAGS += -I$(top_srcdir)/rpmio # XXX fts.h
AM_CPPFLAGS += @WITH_LIBELF_INCLUDE@
AM_CPPFLAGS += @WITH_NSS_INCLUDE@
AM_CPPFLAGS += @WITH_POPT_INCLUDE@