From 4a7ee0a5217ab963c12704dbff428c43d9df81f0 Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Tue, 24 Jan 2023 15:14:15 +0100 Subject: meson: Do not include headers in source lists Meson+ninja+compiler do this for us and are better at it. https://mesonbuild.com/FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools --- src/oom/meson.build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/oom') diff --git a/src/oom/meson.build b/src/oom/meson.build index 12035183de..1c4e7f1e64 100644 --- a/src/oom/meson.build +++ b/src/oom/meson.build @@ -2,11 +2,8 @@ systemd_oomd_sources = files( 'oomd-manager-bus.c', - 'oomd-manager-bus.h', 'oomd-manager.c', - 'oomd-manager.h', 'oomd-util.c', - 'oomd-util.h', 'oomd.c', ) @@ -27,8 +24,7 @@ endif tests += [ [files('test-oomd-util.c', - 'oomd-util.c', - 'oomd-util.h'), + 'oomd-util.c'), [], [libatomic]] ] -- cgit v1.2.1