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

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

tests += [
        [files('test-offline-passwd.c',
               'offline-passwd.c',
               'offline-passwd.h')],
]