summaryrefslogtreecommitdiffstats
path: root/src/user-sessions/meson.build
blob: 938e5267ef5bebb860fe4eb457f570a8d26988a3 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later

executables += [
        libexec_template + {
                'name' : 'systemd-user-sessions',
                'conditions' : ['HAVE_PAM'],
                'sources' : files('user-sessions.c'),
        },
]