[Rpm-maint] [PATCH] Add to the include path for misc dir

James M. Leddy jm.leddy at gmail.com
Tue Oct 12 04:03:47 UTC 2010


Moving fts to util directory necessitates an additional include path in
order for rpmutil.h to be found.
---
 misc/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/misc/Makefile.am b/misc/Makefile.am
index fcfea8c..2d0beac 100644
--- a/misc/Makefile.am
+++ b/misc/Makefile.am
@@ -1,7 +1,7 @@
 # Makefile for misc library.
 
-AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include/rpm
-AM_CPPFLAGS += -I$(top_srcdir)/misc
+AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) -I$(top_builddir)/include 
+AM_CPPFLAGS += -I$(top_builddir)/include/rpm -I$(top_srcdir)/misc
 
 EXTRA_DIST = \
 	fnmatch.c	fnmatch.h \
-- 
1.7.3




More information about the Rpm-maint mailing list