From b97705e0182aee1e05b2b546530f0d3daf0f1586 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Tue, 27 Nov 2007 11:56:05 +0200 Subject: [PATCH] Drop extra include paths from python too --- python/Makefile.am | 2 -- python/rpmfts-py.c | 2 -- python/rpmfts-py.h | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) 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 -- 2.7.4