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

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