From b0a806a285013bc932ec86014bbdcc9f0b11235d Mon Sep 17 00:00:00 2001 From: Pieter Slabbert Date: Fri, 23 Aug 2013 06:54:04 +0200 Subject: add wildcards to makefile for sources Makefile.am didn't change as modules were added added wildcards so that all the files in 2d/ are used as sources --- Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile.am') 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 -- cgit v1.2.3