summaryrefslogtreecommitdiffstats
path: root/src/xdg-autostart-generator/meson.build
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2022-01-11 10:47:01 +0100
committerJan Janssen <medhefgo@web.de>2022-01-11 14:15:54 +0100
commitbbec46c817951225f1e535d3df95b82a114e502a (patch)
treee0133d75ad95cef057b5925b20fbbdbaacd4ce30 /src/xdg-autostart-generator/meson.build
parentmeson: Use files() for tests (diff)
downloadsystemd-bbec46c817951225f1e535d3df95b82a114e502a.tar.xz
systemd-bbec46c817951225f1e535d3df95b82a114e502a.zip
meson: Use files() for fuzzers
Not having to provide the full path in the source tree is much nicer and the produced lists can also be used anywhere in the source tree.
Diffstat (limited to 'src/xdg-autostart-generator/meson.build')
-rw-r--r--src/xdg-autostart-generator/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xdg-autostart-generator/meson.build b/src/xdg-autostart-generator/meson.build
index 6418f57c40..cdce66b6fc 100644
--- a/src/xdg-autostart-generator/meson.build
+++ b/src/xdg-autostart-generator/meson.build
@@ -12,7 +12,7 @@ tests += [
]
fuzzers += [
- [['src/xdg-autostart-generator/fuzz-xdg-desktop.c',
- 'src/xdg-autostart-generator/xdg-autostart-service.c',
- 'src/xdg-autostart-generator/xdg-autostart-service.h']],
+ [files('fuzz-xdg-desktop.c',
+ 'xdg-autostart-service.c',
+ 'xdg-autostart-service.h')],
]