From b64e503ffd72bbbce4d9e299f4d96c7448172875 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 22 Mar 2023 18:46:01 -0400 Subject: Add generic math module. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5351101..baf499c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,7 @@ godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache SOURCES = \ catbird/config.scm \ + catbird/math.scm \ catbird/inotify.scm \ catbird/ring-buffer.scm \ catbird/mixins.scm \ @@ -61,6 +62,7 @@ SOURCES = \ catbird.scm TESTS = \ + tests/math.scm \ tests/scene.scm TEST_EXTENSIONS = .scm -- cgit v1.2.3