diff options
author | Kay Sievers <kay@vrfy.org> | 2015-01-16 15:35:42 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-01-16 15:35:42 +0100 |
commit | 6ca5708aa969ea8ec43ee077fe70501302b8da93 (patch) | |
tree | 62b0a692f1291d2d919b416e4eb9c58126f4bf5c /Makefile.am | |
parent | 8d09b6deae675b59c4be10e697081c9271a1f5d1 (diff) |
build-sys: add libsystemd-fw where needed
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f69fc2ecbe..7806a07e56 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 |