summaryrefslogtreecommitdiffstats
path: root/src/varlinkctl/meson.build
blob: c1074dc50a1a5b12ed47a97017450755a419fd2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: LGPL-2.1-or-later

varlinkctl_sources = files(
        'varlinkctl.c',
)

executables += [
        executable_template + {
                'name' : 'varlinkctl',
                'public' : true,
                'sources' : varlinkctl_sources,
        },
]