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

systemd_tmpfiles_sources = files(
        'tmpfiles.c',
        'offline-passwd.c',
)

tests += [
        {
                'sources' : files(
                        'test-offline-passwd.c',
                        'offline-passwd.c',
                ),
        },
]