summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-08-30 18:48:31 +0200
committerThomas Haller <thaller@redhat.com>2021-09-06 10:06:13 +0200
commitf992b2bc254e5c33391cb4953824385e888dae3b (patch)
tree9c6d88ecc6be7f9d4a4b39f65a3ae581f2265668 /Makefile.am
parentc3d02498593cc7bb8501f84ee8fae0e95ccd3b11 (diff)
downloadNetworkManager-f992b2bc254e5c33391cb4953824385e888dae3b.tar.gz
platform/build: fix linking "test-nm-platform" test
libnm-platform.la depends on libnm-udev-aux and libnm-base. Only by accident this was working, because we happened to use no symbol in the test that required any of these dependencies. A small change to the test can (and will soon) change that. Fix the build to link the right library.
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 bf7031301c..db958db3da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -652,6 +652,8 @@ src_libnm_platform_tests_test_nm_platform_LDFLAGS = \
src_libnm_platform_tests_test_nm_platform_LDADD = \
src/libnm-platform/libnm-platform.la \
+ src/libnm-udev-aux/libnm-udev-aux.la \
+ src/libnm-base/libnm-base.la \
src/libnm-log-core/libnm-log-core.la \
src/libnm-glib-aux/libnm-glib-aux.la \
src/libnm-std-aux/libnm-std-aux.la \