diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-10-23 00:47:32 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-10-23 00:47:32 -0400 |
commit | a1f1c854fc887b49d3a9205b0494c07f12d5ef6e (patch) | |
tree | 4e37683ad9a7e4e13b80a6ef1e18b2d54835f2bc /src | |
parent | libsandbox: only lookup syscall number on entry (diff) | |
download | sandbox-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 'src')
-rw-r--r-- | src/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/local.mk b/src/local.mk index 1fe2b31..61877ae 100644 --- a/src/local.mk +++ b/src/local.mk @@ -2,7 +2,6 @@ bin_PROGRAMS += %D%/sandbox %C%_sandbox_CPPFLAGS = \ $(AM_CPPFLAGS) \ - -I$(top_srcdir) \ -I$(top_srcdir)/libsbutil \ -I$(top_srcdir)/libsbutil/include |