From 5a67130e1548bd9314fbd007e131ef378d8b51c7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 19 May 2017 14:24:14 +0200 Subject: build: don't link static libraries multiple times libnm-core.a should only be linked once in libnm.so. Previously, it was linked twice, once as part of libnm-utils.a and once directly in libnm.so. Fixes: 8df944c7e495d18bfecaf9d8316ef7783039c94b --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 70685921a0..2488894635 100644 --- a/Makefile.am +++ b/Makefile.am @@ -863,8 +863,6 @@ EXTRA_libnm_libnm_la_DEPENDENCIES = \ libnm/libnm.ver libnm_libnm_la_LIBADD = \ - libnm-core/libnm-core.la \ - introspection/libnmdbus.la \ libnm/libnm-utils.la \ $(DL_LIBS) \ $(GLIB_LIBS) \ -- cgit v1.2.1