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

fundamental_include = include_directories('.')

fundamental_sources = files(
        'bootspec-fundamental.c',
        'chid-fundamental.c',
        'efivars-fundamental.c',
        'iovec-util-fundamental.h',
        'sha1-fundamental.c',
        'sha256-fundamental.c',
        'string-util-fundamental.c',
        'uki.c',
)