mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-03-04 08:20:39 +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(cherry picked from commit5a67130e15)
This commit is contained in:
parent
23b5bdd843
commit
da2a02138d
1 changed files with 0 additions and 2 deletions
|
|
@ -860,8 +860,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