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 /libsbutil
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 'libsbutil')
-rw-r--r--libsbutil/local.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/libsbutil/local.mk b/libsbutil/local.mk
index 0133751..126c7ce 100644
--- a/libsbutil/local.mk
+++ b/libsbutil/local.mk
@@ -2,7 +2,6 @@ noinst_LTLIBRARIES += %D%/libsbutil.la
%C%_libsbutil_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
- -I$(top_srcdir) \
-I$(top_srcdir)/%D% \
-I$(top_srcdir)/%D%/include
%C%_libsbutil_la_LDFLAGS = -no-undefined