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

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