From: Panu Matilainen Date: Fri, 23 Nov 2007 07:13:18 +0000 (+0200) Subject: Remove unnecessary paths from python includepath X-Git-Tag: rpm-4.6.0-rc1~1426 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2068f4611220bbe90c98b65c58dd1b6c62858152;p=platform%2Fupstream%2Frpm.git Remove unnecessary paths from python includepath - no private includes from lib and build are needed - document rpmdb and rpmio private needs --- 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@