mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 09:20:23 +01:00
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: 8df944c7e4
This commit is contained in:
parent
733160c862
commit
5a67130e15
1 changed files with 0 additions and 2 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue