summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 32557d8..9b5bf61 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,6 +20,13 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache
SOURCES = \
+ super-bloom/common.scm \
+ super-bloom/actor.scm \
+ super-bloom/water.scm \
+ super-bloom/flower.scm \
+ super-bloom/dirt-ball.scm \
+ super-bloom/player.scm \
+ super-bloom/game.scm \
super-bloom/main.scm
EXTRA_DIST = \