From: John Paul Adrian Glaubitz Date: Tue, 9 May 2017 17:31:38 +0000 (+0200) Subject: build: Add missing SECCOMP_CFLAGS to test-seccomp and test-execute targets (#5924) X-Git-Tag: v234~236 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=15f82677a670a4344def5dc5aef1f92abc180ea3;p=thirdparty%2Fsystemd.git build: Add missing SECCOMP_CFLAGS to test-seccomp and test-execute targets (#5924) --- diff --git a/Makefile.am b/Makefile.am index d5659782664..7f5e1c39a15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2139,6 +2139,10 @@ test_acl_util_LDADD = \ test_seccomp_SOURCES = \ src/test/test-seccomp.c +test_seccomp_CFLAGS = \ + $(AM_CFLAGS) \ + $(SECCOMP_CFLAGS) + test_seccomp_LDADD = \ libsystemd-shared.la \ $(SECCOMP_LIBS) @@ -2435,6 +2439,7 @@ test_execute_SOURCES = \ test_execute_CFLAGS = \ $(AM_CFLAGS) \ + $(SECCOMP_CFLAGS) \ $(MOUNT_CFLAGS) test_execute_LDADD = \