Autotools all the things!
[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 include \
10 src \
11 tests
12
13 dist_doc_DATA = README.md
14
15 EXTRA_DIST = \
16 LICENSE \
17 LICENSES/LGPL-2.1-only \
18 LICENSES/MIT
This page took 0.031105 seconds and 5 git commands to generate.