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

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