mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 13:20:27 +01:00
build: link src/NetworkManager explicitly with glib
We compile src/main.c as part of src/NetworkManager. Explicitly link with glib, because that is required by the source code. Apparently, it also works without this, but still do it for correctness.
This commit is contained in:
parent
105d0d56d3
commit
d8eb9e7515
1 changed files with 1 additions and 0 deletions
|
|
@ -2205,6 +2205,7 @@ src_NetworkManager_SOURCES = \
|
|||
|
||||
src_NetworkManager_LDADD = \
|
||||
src/libNetworkManager.la \
|
||||
$(GLIB_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
src_NetworkManager_LDFLAGS = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue