diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 16:41:59 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-17 16:41:59 +0200 |
commit | ea2968b6b3b2a79e40f986f148c77a1d15be3365 (patch) | |
tree | b48bf6664b2303c47d1cdd6ca45328cc2085bf38 /lib/Makefile.am | |
parent | cc113a1aad048c06d71a64516f83741902c65a45 (diff) | |
download | librpm-tizen-ea2968b6b3b2a79e40f986f148c77a1d15be3365.tar.gz librpm-tizen-ea2968b6b3b2a79e40f986f148c77a1d15be3365.tar.bz2 librpm-tizen-ea2968b6b3b2a79e40f986f148c77a1d15be3365.zip |
Cleanup CPPFLAGS.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 5e5b4bda9..6568083ec 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,7 +1,7 @@ # Makefile for rpm library. -AM_CPPFLAGS = -I. -AM_CPPFLAGS += -I$(top_srcdir) +AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) +AM_CPPFLAGS += -I$(top_srcdir)/lib AM_CPPFLAGS += -I$(top_srcdir)/rpmdb AM_CPPFLAGS += -I$(top_srcdir)/rpmio AM_CPPFLAGS += @WITH_BEECRYPT_INCLUDE@ |