summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2017-11-16 11:57:18 +0100
committerThomas Haller <thaller@redhat.com>2017-11-16 12:03:56 +0100
commitc512a01853ca998ba44227f6ff02ad6cb16bd4f9 (patch)
tree72ed365da411858f01495a76ce87db6361822f1a
parentbfa7ae679a1a7fb0b42ed9786e428aaee9e04500 (diff)
downloadNetworkManager-c512a01853ca998ba44227f6ff02ad6cb16bd4f9.tar.gz
build: fix link failure of src/tests/test-systemd (2)
Actually, test-systemd only needs siphash24.c, not the other parts. Fixes: ac95f7da0bdf46f1ebce6ef3d5afa4beeec094d8
-rw-r--r--Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 28159dc791..ceba78422c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3130,9 +3130,7 @@ $(src_tests_test_utils_OBJECTS): $(libnm_core_lib_h_pub_mkenums)
src_tests_test_systemd_CPPFLAGS = $(src_libsystemd_nm_la_cppflags)
src_tests_test_systemd_SOURCES = \
- shared/nm-utils/nm-hash-utils.c \
- shared/nm-utils/nm-random-utils.c \
- shared/nm-utils/nm-shared-utils.c \
+ shared/nm-utils/siphash24.c \
src/tests/test-systemd.c
src_tests_test_systemd_LDADD = \
src/libsystemd-nm.la \