blob: c7e566088141242780f9fe020d7c75ecf7cd142a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# SPDX-License-Identifier: LGPL-2.1-or-later
systemd_xdg_autostart_generator_sources = files(
'xdg-autostart-generator.c',
'xdg-autostart-service.c',
)
tests += [
{
'sources' : files(
'test-xdg-autostart.c',
'xdg-autostart-service.c',
),
},
]
fuzzers += [
{
'sources' : files(
'fuzz-xdg-desktop.c',
'xdg-autostart-service.c',
),
},
]
|