chiark / gitweb /
build-sys: add libsystemd-fw where needed
authorKay Sievers <kay@vrfy.org>
Fri, 16 Jan 2015 14:35:42 +0000 (15:35 +0100)
committerKay Sievers <kay@vrfy.org>
Fri, 16 Jan 2015 14:35:42 +0000 (15:35 +0100)
Makefile.am

index f69fc2ecbec40d93053b0afa2d129c2cbd55a1e2..7806a07e568503a3c9b5e03e3a08db9eff0e60ca 100644 (file)
@@ -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