diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6d435ea..2e6e48b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -56,7 +56,8 @@ SOURCES = \ sdl2/input/joystick.scm \ sdl2/input/game-controller.scm \ sdl2/input/mouse.scm \ - sdl2/input/text.scm + sdl2/input/text.scm \ + sdl2/input/sensor.scm if HAVE_SDL2_IMAGE |