summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2021-04-17 14:12:31 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2021-04-17 14:12:31 -0400
commit0917967a4f11ea9dfd49154dc538b8223163c5d9 (patch)
tree50cc5e299cc3e9bfb14d2fda7f21815bd86f2365 /Makefile.am
parent8de38cdc53b8bc1ce7d6e5bca1b00ada93e0f967 (diff)
More scaffolding.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 08347d6..4f5cd6a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,5 +21,7 @@ SUFFIXES = .scm .go
moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
+SOURCES = game.scm
+
EXTRA_DIST += \
COPYING