summaryrefslogtreecommitdiffstats
path: root/src/stdio-bridge/meson.build
blob: 99662b122e5e3f578a0916977dde238912fc7553 (plain)
1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: LGPL-2.1-or-later

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