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

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