summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-11-09 20:06:09 -0500
committerDavid Thompson <dthompson2@worcester.edu>2015-11-09 20:06:09 -0500
commit903054e3f91457d57c87ffcc196b2d8615ff62bb (patch)
tree79201426439c6c9613d61f1baef27d4b69393c51 /examples/Makefile.am
parent6a2fe97bff4ded0fa6d43353d9c7cb61fda98d82 (diff)
examples: Add shape example.
* examples/shapes.scm: New file. * examples/images/country-sky.png: New file. * examples/images/country-trees.png: New file. * examples/Makefile.am (nobase_dist_examples_DATA): Add them. * examples/images/AUTHORS: Credit ansimuz.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 4796503..551bb57 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -22,11 +22,14 @@ nobase_dist_examples_DATA = \
font.scm \
framebuffer.scm \
joystick.scm \
+ shapes.scm \
simple.scm \
tilemap.scm \
life.scm \
mines/mines.scm \
images/bullet.png \
+ images/country-sky.png \
+ images/country-trees.png \
images/p1_front.png \
images/princess.png \
images/stars.png \