diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-11-11 06:23:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-11-11 06:23:02 +0000 |
commit | e76e62fd39c4ea793a16b3c9fdf5af88b64bec12 (patch) | |
tree | 5e2151b4e97e1562274e298e8e86b26f79862cda /src | |
parent | libsandbox: catch fchownat and fchmodat (diff) | |
download | sandbox-e76e62fd39c4ea793a16b3c9fdf5af88b64bec12.tar.gz sandbox-e76e62fd39c4ea793a16b3c9fdf5af88b64bec12.tar.bz2 sandbox-e76e62fd39c4ea793a16b3c9fdf5af88b64bec12.zip |
move build flags to configure rather than Makefile
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 0493a4c..2f3123f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -3,12 +3,12 @@ AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = sandbox AM_CPPFLAGS = \ - $(SANDBOX_DEFINES) \ - -DPIC -fPIC -D_REENTRANT \ - -I$(top_srcdir) -Wall + $(SANDBOX_DEFINES) \ + -DPIC -fPIC INCLUDES = \ - -I$(top_srcdir)/libsbutil \ + -I$(top_srcdir) \ + -I$(top_srcdir)/libsbutil \ -I$(top_srcdir)/libsbutil/include sandbox_CFLAGS = -DOUTSIDE_LIBSANDBOX |