summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:42:56 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:42:56 -0500
commitd0b686b4f48621c6a5adc5a0e115de77a0ba3724 (patch)
tree781ab5b96011b73d0c414c91f3ce3b1923ff9e7d /Makefile.am
parent7a8b86f6164bc35f7a26817d19a40ce841ddb02c (diff)
input: Move mouse module to sly/input directory.
* sly/mouse.scm: Delete. * sly/input/mouse.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * examples/font.scm: Use (sly input mouse).
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index e3e28d2..ee859a5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,13 +33,13 @@ SOURCES = \
sly/fps.scm \
sly/game.scm \
sly/input/keyboard.scm \
+ sly/input/mouse.scm \
sly/live-reload.scm \
sly/math.scm \
sly/math/quaternion.scm \
sly/math/rect.scm \
sly/math/transform.scm \
sly/math/vector.scm \
- sly/mouse.scm \
sly/repl.scm \
sly/signal.scm \
sly/transition.scm \