From f124f8772ed39254567343248e63de796a633aed Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 11 Aug 2016 20:50:07 +0200 Subject: [PATCH] build: remove libsystemd-nm.la LDADD from nm-iface-helper --- src/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 29d5948aa8..ae6f2800d5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -590,7 +590,6 @@ nm_iface_helper_SOURCES = \ nm_iface_helper_LDADD = \ $(top_builddir)/libnm-core/libnm-core.la \ - libsystemd-nm.la \ libnm-iface-helper.la \ $(GLIB_LIBS) \ $(GUDEV_LIBS) \