From 1162ae833973fa81f0599b93a944672feb1bb982 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 26 Jul 2013 18:53:52 -0400 Subject: Add autotools files. --- Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..19f9992 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,19 @@ +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 + +EXTRA_DIST += env.in -- cgit v1.2.3