summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-07-08 08:24:09 +0200
committerThomas Haller <thaller@redhat.com>2021-07-08 08:31:47 +0200
commit0c4a65929c8b63280498a3f9b1952ad42cd0b846 (patch)
tree002e7dd88147eae1238b295e1f5450e9ea89d46d /Makefile.am
parente874c5bf6b7819adc1c1bb7ae2cec60f8ec511a2 (diff)
downloadNetworkManager-0c4a65929c8b63280498a3f9b1952ad42cd0b846.tar.gz
glib-aux: use nm_utils_gettid() instead of gettid()
I missed that we already have a gettid() wrapper. Drop the duplicated again and use nm_utils_gettid(). Fixes: e874c5bf6b78 ('random: Provide missing gettid() declaration')
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8897d70d88..054a574ffa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4436,7 +4436,9 @@ src_core_tests_test_systemd_LDFLAGS = \
src_core_tests_test_systemd_LDADD = \
src/libnm-systemd-core/libnm-systemd-core.la \
src/libnm-systemd-shared/libnm-systemd-shared.la \
+ src/libnm-glib-aux/libnm-glib-aux.la \
src/libnm-log-null/libnm-log-null.la \
+ src/libnm-std-aux/libnm-std-aux.la \
src/c-siphash/libc-siphash.la \
$(GLIB_LIBS) \
$(CODE_COVERAGE_LDFLAGS) \