diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 61d678f7d2..181b346267 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1850,7 +1850,8 @@ systemd_nspawn_LDADD = \ libsystemd-internal.la \ libsystemd-daemon-internal.la \ libudev-internal.la \ - libsystemd-shared.la + libsystemd-shared.la \ + $(SECCOMP_LIBS) # ------------------------------------------------------------------------------ systemd_run_SOURCES = \ |