From 2e56bb6a0c7210c8103eb43895b180c1125291ac Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 15 May 2016 21:32:58 -0400 Subject: Use proper asset path and launcher binary. --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index efc0a1e..7842a3f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,11 @@ SUFFIXES = .scm .go moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/ccache +bin_SCRIPTS = \ + scripts/lisparuga + SOURCES = \ + lisparuga/config.scm \ lisparuga/utils.scm \ lisparuga/audio.scm \ lisparuga/bullets.scm \ @@ -46,7 +50,7 @@ SOURCES = \ lisparuga/stats.scm \ lisparuga/world.scm \ lisparuga/view.scm \ - game.scm + lisparuga/game.scm imagesdir = $(pkgdatadir)/images dist_images_DATA = \ -- cgit v1.2.3