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 --- libsandbox/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'libsandbox') diff --git a/libsandbox/Makefile.am b/libsandbox/Makefile.am index 8eda5b1..8d5772b 100644 --- a/libsandbox/Makefile.am +++ b/libsandbox/Makefile.am @@ -3,13 +3,11 @@ AUTOMAKE_OPTIONS = foreign lib_LTLIBRARIES = libsandbox.la AM_CPPFLAGS = \ - $(SANDBOX_DEFINES) \ - -DPIC -fPIC - -INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libsbutil \ - -I$(top_srcdir)/libsbutil/include + -I$(top_srcdir)/libsbutil/include \ + $(SANDBOX_DEFINES) \ + -DPIC -fPIC libsandbox_la_CFLAGS = $(CFLAG_EXCEPTIONS) # Could use the following to libsandbox_la_LIBADD, but then libtool links it -- cgit v1.2.3