summaryrefslogtreecommitdiffstats
path: root/src/reply-password/meson.build
blob: ace112c9464c3a2277bf07ab3ba704845fde7d03 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later

executables += [
        libexec_template + {
                'name' : 'systemd-reply-password',
                'sources' : files('reply-password.c'),
        },
]