chiark / gitweb /
nspawn: add new --network-veth switch to add a virtual ethernet link to the host
[elogind.git] / Makefile.am
index 8c309dabedb4cd4444480f9a85fae1f52597df20..61d678f7d20bd143c2aad89cf6a287fcc127955b 100644 (file)
@@ -770,6 +770,12 @@ nodist_libsystemd_shared_la_SOURCES = \
        src/shared/errno-from-name.h \
        src/shared/errno-to-name.h
 
+if HAVE_SECCOMP
+libsystemd_shared_la_SOURCES += \
+       src/shared/seccomp-util.h \
+       src/shared/seccomp-util.c
+endif
+
 # ------------------------------------------------------------------------------
 noinst_LTLIBRARIES += \
        libsystemd-units.la
@@ -1843,6 +1849,7 @@ systemd_nspawn_LDADD = \
        libsystemd-capability.la \
        libsystemd-internal.la \
        libsystemd-daemon-internal.la \
+       libudev-internal.la \
        libsystemd-shared.la
 
 # ------------------------------------------------------------------------------