blob: df96a5b6dabc9cafbbd3c8d544b5c0c542b35927 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# SPDX-License-Identifier: CC0-1.0
#
# Copyright (C) 2023 Wojtek Kosior <koszko@koszko.org>
SUBDIRS = src/guile
dist_bin_SCRIPTS = scripts/guile-test-driver
EXTRA_DIST = \
LICENSES/CC0-1.0.txt \
LICENSES/GPL-3.0-or-later.txt \
.reuse/dep5 \
bootstrap \
.gitignore \
README.md.license
|