diff options
Diffstat (limited to 'examples/Makefile.am')
-rw-r--r-- | examples/Makefile.am | 3 |
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 \ |