summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-15 13:11:10 +0200
committerThomas Haller <thaller@redhat.com>2019-05-22 20:04:08 +0200
commitd8eb9e7515e84ad47512005ecbd0222124190c32 (patch)
tree2036bc34c5bf0f7c376dcbfcee740d25b09881f9
parent105d0d56d30273d2aee5a386b9bcc10af95e1c95 (diff)
downloadNetworkManager-d8eb9e7515e84ad47512005ecbd0222124190c32.tar.gz
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.
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4a0fee64dd..d683bdb9cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2205,6 +2205,7 @@ src_NetworkManager_SOURCES = \
src_NetworkManager_LDADD = \
src/libNetworkManager.la \
+ $(GLIB_LIBS) \
$(NULL)
src_NetworkManager_LDFLAGS = \