diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:39:40 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 11:39:40 +0100 |
commit | 79599bafb42c673cc7b9be9a5d3589b5891df0d5 (patch) | |
tree | b1ca697fdd21dd4a6e473b1dc33f504506fceafe /lib/Makefile.am | |
parent | 60939d6985e007d55a81b12f98173b5bbe4d31e8 (diff) | |
download | rpm-79599bafb42c673cc7b9be9a5d3589b5891df0d5.tar.gz rpm-79599bafb42c673cc7b9be9a5d3589b5891df0d5.tar.bz2 rpm-79599bafb42c673cc7b9be9a5d3589b5891df0d5.zip |
Reflect changes to include files.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 8baabfd7a..d3f9e0b9d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -1,9 +1,6 @@ # Makefile for rpm library. AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm -AM_CPPFLAGS += -I$(top_srcdir)/lib -AM_CPPFLAGS += -I$(top_builddir)/rpmdb -I$(top_srcdir)/rpmdb -AM_CPPFLAGS += -I$(top_srcdir)/rpmio AM_CPPFLAGS += @WITH_NSS_INCLUDE@ AM_CPPFLAGS += @WITH_POPT_INCLUDE@ AM_CPPFLAGS += -I$(top_srcdir)/misc |