Remove AM_CPPFLAGS += -I$(top_srcdir)/build.
authorRalf Corsépius <corsepiu@fedoraproject.org>
Thu, 22 Nov 2007 17:13:53 +0000 (18:13 +0100)
committerRalf Corsépius <corsepiu@fedoraproject.org>
Thu, 22 Nov 2007 17:13:53 +0000 (18:13 +0100)
Remove AM_CPPFLAGS += -I$(top_srcdir)/lib.
Let librpmdb only depend on librpmio.

rpmdb/Makefile.am

index 1c0d099..9056631 100644 (file)
@@ -4,8 +4,6 @@ include $(top_srcdir)/rpm.am
 
 AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm
 AM_CPPFLAGS += -I$(top_builddir)/rpmdb -I$(top_srcdir)/rpmdb
-AM_CPPFLAGS += -I$(top_srcdir)/build
-AM_CPPFLAGS += -I$(top_srcdir)/lib
 AM_CPPFLAGS += -I$(top_srcdir)/rpmio
 AM_CPPFLAGS += @WITH_NSS_INCLUDE@
 AM_CPPFLAGS += @WITH_POPT_INCLUDE@