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

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

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

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