summaryrefslogtreecommitdiff
path: root/rpmdb/Makefile.am
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-10-17 16:41:59 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-10-17 16:41:59 +0200
commitea2968b6b3b2a79e40f986f148c77a1d15be3365 (patch)
treeb48bf6664b2303c47d1cdd6ca45328cc2085bf38 /rpmdb/Makefile.am
parentcc113a1aad048c06d71a64516f83741902c65a45 (diff)
downloadrpm-ea2968b6b3b2a79e40f986f148c77a1d15be3365.tar.gz
rpm-ea2968b6b3b2a79e40f986f148c77a1d15be3365.tar.bz2
rpm-ea2968b6b3b2a79e40f986f148c77a1d15be3365.zip
Cleanup CPPFLAGS.
Diffstat (limited to 'rpmdb/Makefile.am')
-rw-r--r--rpmdb/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmdb/Makefile.am b/rpmdb/Makefile.am
index 8ddeaa265..bfca7ebf4 100644
--- a/rpmdb/Makefile.am
+++ b/rpmdb/Makefile.am
@@ -2,8 +2,8 @@
include $(top_srcdir)/rpm.am
-AM_CPPFLAGS = -I.
-AM_CPPFLAGS += -I$(top_srcdir)
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
+AM_CPPFLAGS += -I$(top_srcdir)/rpmdb
AM_CPPFLAGS += -I$(top_srcdir)/build
AM_CPPFLAGS += -I$(top_srcdir)/lib
AM_CPPFLAGS += -I$(top_srcdir)/rpmio