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

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