aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-08-25 05:12:42 -0400
committerMike Frysinger <vapier@gentoo.org>2009-08-25 05:12:42 -0400
commit3b6b441e44b49d5618eee3da84e065a31fa4ff47 (patch)
treefcf41acb603847a6597bf12f2d9281bd70c35772 /libsbutil
parentfix libc.so configure test for uClibc/hardened systems (diff)
downloadsandbox-3b6b441e44b49d5618eee3da84e065a31fa4ff47.tar.gz
sandbox-3b6b441e44b49d5618eee3da84e065a31fa4ff47.tar.bz2
sandbox-3b6b441e44b49d5618eee3da84e065a31fa4ff47.zip
add -Wall to automake runs and fix fallout
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsbutil')
-rw-r--r--libsbutil/Makefile.am5
1 files changed, 2 insertions, 3 deletions
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