blob: 2f7e1accbf90d6c9704e9a1fc03f4c0413880ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# SPDX-License-Identifier: LGPL-2.1+
systemd_userwork_sources = files('''
userwork.c
'''.split())
systemd_userdbd_sources = files('''
userdbd-manager.c
userdbd-manager.h
userdbd.c
'''.split())
userdbctl_sources = files('''
userdbctl.c
'''.split())
|