summaryrefslogtreecommitdiffstats
path: root/src/xdg-autostart-generator/meson.build
blob: cdce66b6fc07f747915c53ed26b0d59b89148fdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: LGPL-2.1-or-later

systemd_xdg_autostart_generator_sources = files(
        'xdg-autostart-generator.c',
        'xdg-autostart-service.c',
        'xdg-autostart-service.h')

tests += [
        [files('test-xdg-autostart.c',
               'xdg-autostart-service.c',
               'xdg-autostart-service.h')],
]

fuzzers += [
        [files('fuzz-xdg-desktop.c',
               'xdg-autostart-service.c',
               'xdg-autostart-service.h')],
]