fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[libside.git] / Makefile.am
1 # SPDX-License-Identifier: MIT
2 # SPDX-FileCopyrightText: 2022 EfficiOS Inc.
3
4 ACLOCAL_AMFLAGS = -I m4
5
6 SUBDIRS = \
7 include \
8 src \
9 tests
10
11 dist_doc_DATA = README.md
12
13 EXTRA_DIST = \
14 LICENSE \
15 LICENSES/Autoconf-exception-2.0.txt \
16 LICENSES/BSD-2-Clause.txt \
17 LICENSES/FSFAP.txt \
18 LICENSES/GPL-2.0-or-later.txt \
19 LICENSES/GPL-3.0-or-later.txt \
20 LICENSES/MIT.txt
This page took 0.02943 seconds and 4 git commands to generate.