summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
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 \