Add basic percpu ops test
[librseq.git] / Makefile.am
1 # SPDX-License-Identifier: MIT
2 #
3 # Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
4 #
5
6 ACLOCAL_AMFLAGS = -I m4
7
8 SUBDIRS = \
9 doc \
10 include \
11 src \
12 tests
13
14 dist_doc_DATA = README.md
15
16 EXTRA_DIST = \
17 LICENSE \
18 LICENSES/LGPL-2.1-only \
19 LICENSES/MIT
This page took 0.031866 seconds and 5 git commands to generate.