summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2015-09-21 19:47:47 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-09-21 19:48:44 -0400
commit88e22a04493153f3840965e15fe791bc9f870e3d (patch)
treed29de555c58f8ca778c309fa3fab1c16c46c8aca /examples/Makefile.am
parent46544b7dba0081f22e686f70c606a338c7fa52dd (diff)
examples: Add framebuffer example.
* examples/framebuffer.scm: New file. * examples/Makefile.am (nobase_dist_examples_DATA): Add it.
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r--examples/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am
index 26ab508..4796503 100644
--- a/examples/Makefile.am
+++ b/examples/Makefile.am
@@ -20,6 +20,7 @@ nobase_dist_examples_DATA = \
animation.scm \
common.scm \
font.scm \
+ framebuffer.scm \
joystick.scm \
simple.scm \
tilemap.scm \