build-sys: add libsystemd-fw where needed

This commit is contained in:
Kay Sievers 2015-01-16 15:35:42 +01:00
parent 8d09b6deae
commit 6ca5708aa9
1 changed files with 5 additions and 0 deletions

View 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