From 0159a9a426b298ec148e95f0264848f9d7597b52 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 9 May 2016 23:23:50 -0400 Subject: Fix build and add a silly name. --- Makefile.am | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5aa19b8..94e768b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,7 +37,33 @@ moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache SOURCES = \ - sly/game.scm + game.scm EXTRA_DIST += \ - pre-inst-env.in + pre-inst-env.in \ + guix.scm \ + gamejam/dummy \ + assets/images/bullets.png \ + assets/images/enemies.xcf \ + assets/images/chain.xcf \ + assets/images/db16_v1_analyze.png \ + assets/images/enemies.png \ + assets/images/background.png \ + assets/images/explosion.png \ + assets/images/player.png \ + assets/images/background.xcf \ + assets/images/chain.png \ + assets/images/background-overlay.png \ + assets/images/explosion.xcf \ + assets/images/player.xcf \ + assets/images/bullets.xcf \ + assets/sounds/hit.wav \ + assets/sounds/explosion.wav \ + assets/sounds/player-shoot.wav \ + assets/sounds/player-death.wav \ + assets/music/title-screen.ogg \ + assets/music/ending.ogg \ + assets/music/level-2.ogg \ + assets/music/level-3.ogg \ + assets/music/level-1.ogg \ + assets/fonts/kenpixel_mini.ttf -- cgit v1.2.3