From: Kay Sievers Date: Fri, 16 Jan 2015 14:35:42 +0000 (+0100) Subject: build-sys: add libsystemd-fw where needed X-Git-Tag: v219~480 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6ca5708aa969ea8ec43ee077fe70501302b8da93 build-sys: add libsystemd-fw where needed --- diff --git a/Makefile.am b/Makefile.am index f69fc2ecb..7806a07e5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5524,6 +5524,11 @@ test_network_tables_LDADD = \ libsystemd-networkd-core.la \ libudev-core.la +if HAVE_LIBIPTC +test_network_tables_LDADD += \ + libsystemd-fw.la +endif + tests += \ test-network \ test-network-tables