diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f7652c2346..f2d8bf57f7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2038,7 +2038,8 @@ test_seccomp_SOURCES = \ src/test/test-seccomp.c test_seccomp_LDADD = \ - libsystemd-shared.la + libsystemd-shared.la \ + $(SECCOMP_LIBS) test_namespace_LDADD = \ libcore.la |