diff options
author | 2004-12-05 05:42:10 +0000 | |
---|---|---|
committer | 2004-12-05 05:42:10 +0000 | |
commit | 88064e02ca4aa710b6954d715caa78e33ebd8bac (patch) | |
tree | dda72510344fc560125096fc142db6abd01908d7 /Makefile.am | |
parent | turn create-localdecls into semi-autotooled (diff) | |
download | sandbox-88064e02ca4aa710b6954d715caa78e33ebd8bac.tar.gz sandbox-88064e02ca4aa710b6954d715caa78e33ebd8bac.tar.bz2 sandbox-88064e02ca4aa710b6954d715caa78e33ebd8bac.zip |
should make things compile again
Signed-off-by: Brian Harring <ferringb@gentoo.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1b8776a..140ae72 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,4 +12,4 @@ libsandbox_la_CFLAGS = -Wc,-nostdlib -D_REENTRANT -D_GNU_SOURCE \ bin_PROGRAMS = sandbox sandbox_SOURCES = sandbox.c sandbox.h sandbox_futils.c getcwd.c -sandbox_CFLAGS = -DSANDBOX_BASHRC_PATH=\"$(pkgdatadir)\" -DLIBSANDBOX_PATH=\"$(libdir)\" +sandbox_CFLAGS = -DSANDBOX_BASHRC_PATH=\"$(pkgdatadir)\" -DLIBSANDBOX_PATH=\"$(libdir)\" -DOUTSIDE_LIBSANDBOX |