summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-05-19 14:24:14 +0200
committerThomas Haller <thaller@redhat.com>2017-05-19 14:52:03 +0200
commit5a67130e1548bd9314fbd007e131ef378d8b51c7 (patch)
tree36489367aac870f12f3b0ec9c2c96f113c275f19
parent733160c862452721821c508465429ffbbda203ae (diff)
downloadNetworkManager-5a67130e1548bd9314fbd007e131ef378d8b51c7.tar.gz
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
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 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) \