X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=00218b77ba59902a7bafc2689b667e4b79ed968c;hb=78a8e158da95aa144982f2c8aed354ef91c095b8;hp=205dafafce125f723077031a67683645188c80fd;hpb=76917807eb50ccde58901e8bec7ed3d408d1cc22;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 205dafafc..00218b77b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2658,6 +2658,11 @@ systemd_nspawn_LDADD += \ $(SECCOMP_LIBS) endif +if HAVE_LIBIPTC +systemd_nspawn_LDADD += \ + libsystemd-fw.la +endif + # ------------------------------------------------------------------------------ systemd_run_SOURCES = \ src/run/run.c @@ -5403,6 +5408,11 @@ systemd_networkd_SOURCES = \ systemd_networkd_LDADD = \ libsystemd-networkd-core.la +if HAVE_LIBIPTC +systemd_networkd_LDADD += \ + libsystemd-fw.la +endif + noinst_LTLIBRARIES += \ libsystemd-networkd-core.la @@ -5493,6 +5503,11 @@ test_network_SOURCES = \ test_network_LDADD = \ libsystemd-networkd-core.la +if HAVE_LIBIPTC +test_network_LDADD += \ + libsystemd-fw.la +endif + test_network_tables_SOURCES = \ src/network/test-network-tables.c \ src/shared/test-tables.h