build: fix link failure of src/tests/test-systemd (2)

Actually, test-systemd only needs siphash24.c, not the
other parts.

Fixes: ac95f7da0b
This commit is contained in:
Thomas Haller 2017-11-16 11:57:18 +01:00
parent bfa7ae679a
commit c512a01853

View file

@ -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 \