From: Panu Matilainen Date: Tue, 27 Nov 2007 09:56:05 +0000 (+0200) Subject: Drop extra include paths from python too X-Git-Tag: rpm-4.6.0-rc1~1371 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b97705e0182aee1e05b2b546530f0d3daf0f1586;p=platform%2Fupstream%2Frpm.git Drop extra include paths from python too --- diff --git a/python/Makefile.am b/python/Makefile.am index 7a10322..dcd4154 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@ diff --git a/python/rpmfts-py.c b/python/rpmfts-py.c index 9b1e13a..c41bbfd 100644 --- a/python/rpmfts-py.c +++ b/python/rpmfts-py.c @@ -6,8 +6,6 @@ #include "structmember.h" -#include "fts.h" - #include "rpmfts-py.h" #include "debug.h" diff --git a/python/rpmfts-py.h b/python/rpmfts-py.h index a56ee41..9890d50 100644 --- a/python/rpmfts-py.h +++ b/python/rpmfts-py.h @@ -5,7 +5,7 @@ * \file python/rpmfts-py.h */ -#include "fts.h" +#include "rpmio/fts.h" typedef struct rpmftsObject_s { PyObject_HEAD