aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-21 02:50:34 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-21 02:50:34 -0400
commite20993aae51de13bfc4028105aa7756771046c64 (patch)
tree8e56347ad5c050a8e026aeffbe687600081187d8 /configure.ac
parentbuild: require automake-1.15 (diff)
downloadsandbox-e20993aae51de13bfc4028105aa7756771046c64.tar.gz
sandbox-e20993aae51de13bfc4028105aa7756771046c64.tar.bz2
sandbox-e20993aae51de13bfc4028105aa7756771046c64.zip
build: flatten build a bit to avoid (most) recursive make
Provides a bit of a speed up. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index dac7d9c..99c0d01 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,7 +56,7 @@ AC_DEFUN([SB_CHECK_SCHIZO],[dnl
], [
enable_schizo=yes
AS_VAR_APPEND([SB_SCHIZO_SETTINGS], " $1:$2")
- AS_VAR_APPEND([SB_SCHIZO_HEADERS], " trace_syscalls_$1.h")
+ AS_VAR_APPEND([SB_SCHIZO_HEADERS], " libsandbox/trace_syscalls_$1.h")
AC_MSG_RESULT([yes])
AC_DEFINE_UNQUOTED([SB_SCHIZO_$1], 1, [Support for $1/$2 is available])
], [
@@ -464,9 +464,6 @@ AC_CONFIG_FILES([src/sandbox.sh], [chmod +x src/sandbox.sh])
AC_CONFIG_FILES([
Makefile
etc/sandbox.d/00default
- libsandbox/Makefile
- libsbutil/Makefile
- src/Makefile
tests/atlocal
tests/Makefile
tests/package.m4