summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-12-06 17:09:18 +0100
committerThomas Haller <thaller@redhat.com>2019-12-10 09:17:17 +0100
commit0b5e72b90d99e6af567e5ca3fa7801882194df8f (patch)
treeda7547a6181c73983f9f4ec34237666cb8c6e7c4 /Makefile.am
parentb78e5cf45c38604f247c6787071f4bf6a2d2f73d (diff)
downloadNetworkManager-0b5e72b90d99e6af567e5ca3fa7801882194df8f.tar.gz
nm-online: use nmc_client_new_async() instead of nm_client_new_async()
This will allow us to set construct parameters to the instance, like NM_CLIENT_INSTANCE_FLAGS.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4f690a5c0e..fb9a3dd2e6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4216,6 +4216,7 @@ clients_nm_online_LDFLAGS = \
-Wl,--version-script="$(srcdir)/linker-script-binary.ver"
clients_nm_online_LDADD = \
+ shared/nm-libnm-aux/libnm-libnm-aux.la \
libnm/libnm.la \
$(GLIB_LIBS)