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

systemd_userwork_sources = files('userwork.c')

systemd_userdbd_sources = files(
        'userdbd-manager.c',
        'userdbd-manager.h',
        'userdbd.c',
)

userdbctl_sources = files('userdbctl.c')