summaryrefslogtreecommitdiffstats
path: root/src/machine-id-setup/meson.build
blob: 316165a54e36baa4da207e0c79d92a9dc38578d3 (plain)
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: LGPL-2.1-or-later

executables += [
        executable_template + {
                'name' : 'systemd-machine-id-setup',
                'sources' : files('machine-id-setup-main.c'),
        },
]