diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 4f5cd6a..70738c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,7 +21,11 @@ SUFFIXES = .scm .go moddir=$(prefix)/share/guile/site/$(GUILE_EFFECTIVE_VERSION) godir=$(libdir)/guile/$(GUILE_EFFECTIVE_VERSION)/site-ccache -SOURCES = game.scm +SOURCES = \ + test-subject/assets.scm \ + test-subject/text-box.scm \ + test-subject/device.scm \ + test-subject/game.scm EXTRA_DIST += \ COPYING |