summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-01-06 00:08:13 -0500
committerDavid Thompson <dthompson2@worcester.edu>2019-01-06 00:09:32 -0500
commit4607a0bc3021a0d12ed792de91857d5fd86e1833 (patch)
tree6ab0249be570783b186f6f926d337911ab7d5a14 /Makefile.am
parent7e2a8ddc7753b2c93d36e94090cc74145b860f01 (diff)
examples: Add game controller test.
* examples/game-controller.scm: New file. * examples/images/controller-buttons.png: New file. * Makefile.am (EXTRA_DIST): Add them.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 494fff2..27ef0bb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -87,8 +87,10 @@ EXTRA_DIST += \
examples/particles.scm \
examples/tiled.scm \
examples/grid.scm \
+ examples/game-controller.scm \
examples/images/AUTHORS \
examples/images/chickadee.png \
+ examples/images/controller-buttons.png \
examples/images/dialog-box.png \
examples/images/explosion.png \
examples/images/tiles.png \