Drop extra include paths from python too
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 27 Nov 2007 09:56:05 +0000 (11:56 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 27 Nov 2007 09:56:05 +0000 (11:56 +0200)
python/Makefile.am
python/rpmfts-py.c
python/rpmfts-py.h

index 7a10322..dcd4154 100644 (file)
@@ -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@
index 9b1e13a..c41bbfd 100644 (file)
@@ -6,8 +6,6 @@
 
 #include "structmember.h"
 
-#include "fts.h"
-
 #include "rpmfts-py.h"
 
 #include "debug.h"
index a56ee41..9890d50 100644 (file)
@@ -5,7 +5,7 @@
  * \file python/rpmfts-py.h
  */
 
-#include "fts.h"
+#include "rpmio/fts.h"
 
 typedef struct rpmftsObject_s {
     PyObject_HEAD