aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..df96a5b
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,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