summaryrefslogtreecommitdiffstats
path: root/src/userdb/meson.build
blob: 3a6225e01eaae6c9ea9ebc6ee00357ec10533fff (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_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())