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:
Thomas Haller 2019-05-15 13:11:10 +02:00
parent 105d0d56d3
commit d8eb9e7515

View File

@ -2205,6 +2205,7 @@ src_NetworkManager_SOURCES = \
src_NetworkManager_LDADD = \
src/libNetworkManager.la \
$(GLIB_LIBS) \
$(NULL)
src_NetworkManager_LDFLAGS = \