summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-24 15:14:15 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-01-24 22:04:03 +0100
commit4a7ee0a5217ab963c12704dbff428c43d9df81f0 (patch)
tree3ed6aa0e2bfbcb394f35da8fd8a1fa58b64fcd1f /src/analyze
parentbe551917938391ba57fd570bd19be4d6c3c547bc (diff)
downloadsystemd-4a7ee0a5217ab963c12704dbff428c43d9df81f0.tar.gz
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
Diffstat (limited to 'src/analyze')
-rw-r--r--src/analyze/meson.build28
1 files changed, 2 insertions, 26 deletions
diff --git a/src/analyze/meson.build b/src/analyze/meson.build
index 24ef94149c..55b805b68e 100644
--- a/src/analyze/meson.build
+++ b/src/analyze/meson.build
@@ -2,56 +2,32 @@
systemd_analyze_sources = files(
'analyze-blame.c',
- 'analyze-blame.h',
'analyze-calendar.c',
- 'analyze-calendar.h',
'analyze-capability.c',
- 'analyze-capability.h',
'analyze-cat-config.c',
- 'analyze-cat-config.h',
'analyze-compare-versions.c',
- 'analyze-compare-versions.h',
'analyze-condition.c',
- 'analyze-condition.h',
'analyze-critical-chain.c',
- 'analyze-critical-chain.h',
'analyze-dot.c',
- 'analyze-dot.h',
'analyze-dump.c',
- 'analyze-dump.h',
'analyze-exit-status.c',
- 'analyze-exit-status.h',
'analyze-filesystems.c',
- 'analyze-filesystems.h',
'analyze-inspect-elf.c',
- 'analyze-inspect-elf.h',
'analyze-log-control.c',
- 'analyze-log-control.h',
'analyze-plot.c',
- 'analyze-plot.h',
'analyze-security.c',
- 'analyze-security.h',
'analyze-service-watchdogs.c',
- 'analyze-service-watchdogs.h',
'analyze-syscall-filter.c',
- 'analyze-syscall-filter.h',
'analyze-time.c',
- 'analyze-time.h',
'analyze-time-data.c',
- 'analyze-time-data.h',
'analyze-timespan.c',
- 'analyze-timespan.h',
'analyze-timestamp.c',
- 'analyze-timestamp.h',
'analyze-unit-files.c',
- 'analyze-unit-files.h',
'analyze-unit-paths.c',
- 'analyze-unit-paths.h',
'analyze-verify.c',
- 'analyze-verify.h',
'analyze-verify-util.c',
- 'analyze-verify-util.h',
- 'analyze.c')
+ 'analyze.c',
+)
tests += [
[files('test-verify.c',