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

executables += [
        libexec_template + {
                'name' : 'systemd-rfkill',
                'conditions' : ['ENABLE_RFKILL'],
                'sources' : files('rfkill.c'),
        },
]