summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-04-12 17:37:52 +0200
committerThomas Haller <thaller@redhat.com>2022-04-20 12:07:04 +0200
commit747d7dcfe34f9e95049376134096a2cc8991dc25 (patch)
tree74452b55316f714856e334fe06a09061006f04f7 /Makefile.am
parente6f0c866d919873bc5914501458ff51e50eb287b (diff)
downloadNetworkManager-747d7dcfe34f9e95049376134096a2cc8991dc25.tar.gz
systemd: drop "nm-sd-utils-core.h" and nm_sd_utils_id128_get_machine()
This was only for unit testing, to check whether our reader for "/etc/machine-id" agrees with systemd's. That unit test was anyway flawed, because it actually accesses the machine-id on the test system. Anyway. Drop this. Most likely our parser is good enough, and if we get a bug report with a defect, we can unit test against that.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b2c7e9a746..ba86583542 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2329,8 +2329,6 @@ src_libnm_systemd_core_libnm_systemd_core_la_libadd = \
src_libnm_systemd_core_libnm_systemd_core_la_SOURCES = \
src/libnm-systemd-core/nm-default-systemd-core.h \
- src/libnm-systemd-core/nm-sd-utils-core.c \
- src/libnm-systemd-core/nm-sd-utils-core.h \
src/libnm-systemd-core/nm-sd.c \
src/libnm-systemd-core/nm-sd.h \
src/libnm-systemd-core/sd-adapt-core/condition.h \