summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-03-25 14:08:51 +0100
committerThomas Haller <thaller@redhat.com>2020-03-25 16:14:52 +0100
commita34b1f793e18ee8df23805e138312c97ba1d4e22 (patch)
tree7d8032a9fcc8ec7dd644ef60b4a90088c80cb747
parentfbb65de32ed129d0551d05e2b820a142fd301db0 (diff)
build: link nm-dispatcher with libnm-glib-aux.la
Our glib based code should also include our static utility library libnm-glib-aux. This is our basic utility library that we want to have around everywhere. Since we link statically, the linker will weed out the unused stuff at compile time. So, there is no overhead, except for the things that we actually use.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 4cbf9aa8e8..7580e993d5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4166,6 +4166,9 @@ dispatcher_nm_dispatcher_LDFLAGS = \
dispatcher_nm_dispatcher_LDADD = \
dispatcher/libnm-dispatcher-core.la \
libnm/libnm.la \
+ shared/nm-glib-aux/libnm-glib-aux.la \
+ shared/nm-std-aux/libnm-std-aux.la \
+ shared/libcsiphash.la \
$(GLIB_LIBS)
dispatcher/org.freedesktop.nm_dispatcher.service: $(srcdir)/dispatcher/org.freedesktop.nm_dispatcher.service.in