summaryrefslogtreecommitdiff
path: root/src/shutdown/meson.build
blob: fcc9f9f0ac9156c51fbee1dbeae8c10f1ace19ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-License-Identifier: LGPL-2.1-or-later

systemd_shutdown_sources = files('''
        shutdown.c
        umount.c
        umount.h
'''.split())

tests += [
        [files('test-umount.c',
               'umount.c',
               'umount.h'),
         [],
         [libmount]],
]