chiark / gitweb /
nspawn: add new option "--port=" for exposing container ports on the local host
[elogind.git] / Makefile.am
index 9d07a2b6eb2c33faaa5a6c2fef9a6a4eadd6240b..00218b77ba59902a7bafc2689b667e4b79ed968c 100644 (file)
@@ -2658,6 +2658,11 @@ systemd_nspawn_LDADD += \
        $(SECCOMP_LIBS)
 endif
 
        $(SECCOMP_LIBS)
 endif
 
+if HAVE_LIBIPTC
+systemd_nspawn_LDADD += \
+       libsystemd-fw.la
+endif
+
 # ------------------------------------------------------------------------------
 systemd_run_SOURCES = \
        src/run/run.c
 # ------------------------------------------------------------------------------
 systemd_run_SOURCES = \
        src/run/run.c