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

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