diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-22 18:13:53 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-22 18:13:53 +0100 |
commit | fb370262070657ea317309885b84defe73b520da (patch) | |
tree | f4907b251700950bb65d1f54999c259a14311c90 | |
parent | 32f29c4cbf44fb16e8a915ecff30289fb4065e21 (diff) | |
download | rpm-fb370262070657ea317309885b84defe73b520da.tar.gz rpm-fb370262070657ea317309885b84defe73b520da.tar.bz2 rpm-fb370262070657ea317309885b84defe73b520da.zip |
Remove AM_CPPFLAGS += -I$(top_srcdir)/build.
Remove AM_CPPFLAGS += -I$(top_srcdir)/lib.
Let librpmdb only depend on librpmio.
-rw-r--r-- | rpmdb/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am index 1c0d0992d..9056631d8 100644 --- a/rpmdb/Makefile.am +++ b/rpmdb/Makefile.am @@ -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@ |