summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:46:41 -0500
committerDavid Thompson <dthompson2@worcester.edu>2014-11-08 08:46:41 -0500
commitd16e22d04ca6fe31fa8387fd5ca3cb014357f159 (patch)
treeb46091b7e592312d10241540067a329d745f6891 /Makefile.am
parentd0b686b4f48621c6a5adc5a0e115de77a0ba3724 (diff)
input: Move joystick module to sly/input directory.
* sly/joystick.scm: Delete. * sly/input/joystick.scm: New file. * Makefile.am (SOURCES): Add new file. Delete old one. * examples/joystick.scm: Use (sly input joystick) module.
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 ee859a5..24ebbb9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,6 +34,7 @@ SOURCES = \
sly/game.scm \
sly/input/keyboard.scm \
sly/input/mouse.scm \
+ sly/input/joystick.scm \
sly/live-reload.scm \
sly/math.scm \
sly/math/quaternion.scm \
@@ -44,7 +45,6 @@ SOURCES = \
sly/signal.scm \
sly/transition.scm \
sly/window.scm \
- sly/joystick.scm \
sly/render/utils.scm \
sly/render/camera.scm \
sly/render/framebuffer.scm \