summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2016-05-15 20:11:58 -0400
committerDavid Thompson <dthompson2@worcester.edu>2016-05-15 20:12:49 -0400
commit2fce9e80092c28b51d2d8795ca04fecb43aed277 (patch)
tree441744189ced3e8a14186f28555e0b28b13c6521 /Makefile.am
parent4bd5d6c93f6969fd417780b92cc5d2da4d699771 (diff)
Extract data types into their own modules.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4bc7f58..ef006ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -37,6 +37,13 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION)
godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache
SOURCES = \
+ lisparuga/utils.scm \
+ lisparuga/bullets.scm \
+ lisparuga/enemies.scm \
+ lisparuga/explosions.scm \
+ lisparuga/player.scm \
+ lisparuga/stats.scm \
+ lisparuga/world.scm \
game.scm
imagesdir = $(pkgdatadir)/images
@@ -73,7 +80,6 @@ EXTRA_DIST += \
AUTHORS \
pre-inst-env.in \
guix.scm \
- gamejam/dummy \
assets/images/enemies.xcf \
assets/images/chain.xcf \
assets/images/db16_v1_analyze.png \