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

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