summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@member.fsf.org>2013-08-25 14:48:51 -0400
committerDavid Thompson <dthompson@member.fsf.org>2013-08-25 14:48:51 -0400
commitc8f8ad1319d3946e58626df3afee6205e084b76b (patch)
tree68a61c0fffd97e88ef7cad19ad6443e78de0c41f /Makefile.am
parentb740960d681e6c0985dbdb734d6486784c9a370b (diff)
parentfd326a63b6ef49257c165289e8244bff92ef0994 (diff)
Merge branch 'master' of github.com:davexunit/guile-2d
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 1 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 19f9992..031ffd6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,17 +3,6 @@ include guile.am
moddir=$(prefix)/share/guile/site/2.0
godir=$(libdir)/guile/2.0/ccache
-SOURCES = \
- 2d/agenda.scm\
- 2d/animation.scm\
- 2d/coroutine.scm\
- 2d/game-loop.scm\
- 2d/gl.scm\
- 2d/helpers.scm\
- 2d/math.scm\
- 2d/sprite.scm\
- 2d/texture.scm\
- 2d/vector.scm\
- 2d/window.scm
+SOURCES = $(wildcard 2d/*.scm 2d/*/*.scm)
EXTRA_DIST += env.in