fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[libside.git] / Makefile.am
CommitLineData
82abd52d
MJ
1# SPDX-License-Identifier: MIT
2# SPDX-FileCopyrightText: 2022 EfficiOS Inc.
3
4ACLOCAL_AMFLAGS = -I m4
5
6SUBDIRS = \
7 include \
8 src \
9 tests
10
11dist_doc_DATA = README.md
12
13EXTRA_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.023056 seconds and 4 git commands to generate.