From 2068f4611220bbe90c98b65c58dd1b6c62858152 Mon Sep 17 00:00:00 2001 From: Panu Matilainen Date: Fri, 23 Nov 2007 09:13:18 +0200 Subject: [PATCH] Remove unnecessary paths from python includepath - no private includes from lib and build are needed - document rpmdb and rpmio private needs --- python/Makefile.am | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/python/Makefile.am b/python/Makefile.am index b7956a2..7a10322 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -5,10 +5,8 @@ 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)/build -AM_CPPFLAGS += -I$(top_srcdir)/lib -AM_CPPFLAGS += -I$(top_srcdir)/rpmdb -AM_CPPFLAGS += -I$(top_srcdir)/rpmio +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@ -- 2.7.4