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

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