aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-10-23 00:47:32 -0400
committerMike Frysinger <vapier@gentoo.org>2021-10-23 00:47:32 -0400
commita1f1c854fc887b49d3a9205b0494c07f12d5ef6e (patch)
tree4e37683ad9a7e4e13b80a6ef1e18b2d54835f2bc /libsandbox
parentlibsandbox: only lookup syscall number on entry (diff)
downloadsandbox-a1f1c854fc887b49d3a9205b0494c07f12d5ef6e.tar.gz
sandbox-a1f1c854fc887b49d3a9205b0494c07f12d5ef6e.tar.bz2
sandbox-a1f1c854fc887b49d3a9205b0494c07f12d5ef6e.zip
build: hoist -Itop_srcdir to common AM_CPPFLAGS
Every subdir sets this var this way, so might as well unify it. We keep very few files in here, so shouldn't be a future problem. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'libsandbox')
-rw-r--r--libsandbox/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsandbox/local.mk b/libsandbox/local.mk
index f0ef01f..1a9c5f9 100644
--- a/libsandbox/local.mk
+++ b/libsandbox/local.mk
@@ -3,7 +3,6 @@ lib_LTLIBRARIES += %D%/libsandbox.la
%C%_libsandbox_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
-I%D% \
- -I$(top_srcdir) \
-I$(top_srcdir)/%D% \
-I$(top_srcdir)/libsbutil \
-I$(top_srcdir)/libsbutil/include