[systemd-commits] Makefile.am

Kay Sievers kay at kemper.freedesktop.org
Fri Jan 16 06:36:03 PST 2015


 Makefile.am |    5 +++++
 1 file changed, 5 insertions(+)

New commits:
commit 6ca5708aa969ea8ec43ee077fe70501302b8da93
Author: Kay Sievers <kay at vrfy.org>
Date:   Fri Jan 16 15:35:42 2015 +0100

    build-sys: add libsystemd-fw where needed

diff --git a/Makefile.am b/Makefile.am
index f69fc2e..7806a07 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



More information about the systemd-commits mailing list