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

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