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

executables += [
        executable_template + {
                'name' : 'systemd-ask-password',
                'public' : true,
                'sources' : files('ask-password.c'),
        },
]