summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2021-09-17 00:10:10 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2021-09-17 00:10:10 +0900
commit6b67bd98ccc75e1a32b99d6be1d793ca26f6c9ff (patch)
tree2b3e816924d3e184679566dbc99550162f2ae354 /Makefile.am
parent73b00d3ec489f720417c4eb342d32e87293165be (diff)
Add (vikalpa the-little-prover).
* vikalpa/the-little-prover.scm: New file. * Makefile.am (SOURCES): Add vikalpa/the-little-prover.scm.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9c0981a..80705da 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,7 +42,8 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
bin_SCRIPTS =
SOURCES = \
- vikalpa.scm
+ vikalpa.scm \
+ vikalpa/the-little-prover.scm
TESTS = \
tests/test-vikalpa.scm \