Systemd/src/tmpfiles/meson.build
Zbigniew Jędrzejewski-Szmek 3e5d2264b5 Move offline-password.[ch] to shared and add test-offline-passwd
The test binary has two modes: in the default argument-less mode, it
just checks that "root" can be resolved. When invoked manually, a root
prefix and user/group names can be specified.
2020-07-18 14:14:19 +02:00

8 lines
182 B
Meson

# SPDX-License-Identifier: LGPL-2.1+
systemd_tmpfiles_sources = [
'src/tmpfiles/tmpfiles.c',
'src/shared/offline-passwd.c',
'src/shared/offline-passwd.h',
]