From 3b6b441e44b49d5618eee3da84e065a31fa4ff47 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 25 Aug 2009 05:12:42 -0400 Subject: add -Wall to automake runs and fix fallout Signed-off-by: Mike Frysinger --- libsbutil/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libsbutil') diff --git a/libsbutil/Makefile.am b/libsbutil/Makefile.am index 8975201..f6b7a8d 100644 --- a/libsbutil/Makefile.am +++ b/libsbutil/Makefile.am @@ -1,12 +1,11 @@ AUTOMAKE_OPTIONS = foreign AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(srcdir)/include \ $(SANDBOX_DEFINES) \ -DPIC -fPIC -INCLUDES = \ - -I$(top_srcdir) \ - -I$(srcdir)/include LOCAL_INCLUDES = $(top_srcdir)/localdecls.h noinst_LTLIBRARIES = libsbutil.la -- cgit v1.2.3-65-gdbad