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

executables += [
        libexec_template + {
                'name' : 'systemd-update-utmp',
                'conditions' : ['ENABLE_UTMP'],
                'sources' : files('update-utmp.c'),
                'dependencies' : libaudit,
        },
]