From bd8cabb94042d3060eb883c7012accd1ca4adc11 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Sun, 30 Nov 2014 22:13:35 -0500 Subject: examples: Update Makefile. * examples/Makefile.am (examples_DATA): Add missing examples. Remove old ones. (image_DATA): Add 2048's image asset. --- examples/Makefile.am | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index cc60ccb..7ecbe70 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -18,11 +18,12 @@ examplesdir = $(pkgdatadir)/examples examples_DATA = \ animation.scm \ - coroutine.scm \ + common.scm \ font.scm \ - particles.scm \ + joystick.scm \ simple.scm \ - tilemap.scm + tilemap.scm \ + 2048/2048 imagedir = $(pkgdatadir)/examples/images image_DATA = \ @@ -30,4 +31,5 @@ image_DATA = \ images/p1_front.png \ images/princess.png \ images/stars.png \ - images/tiles.png + images/tiles.png \ + 2048/tile.png -- cgit v1.2.3