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

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