Improve Maemo accelerometer handling
[neverball] / Makefile
index f2cda95..3b88369 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -320,9 +320,13 @@ else
 ifeq ($(ENABLE_TILT),loop)
 BALL_OBJS += share/tilt_loop.o
 else
+ifeq ($(PLATFORM),maemo)
+BALL_OBJS += share/tilt_maemo.o
+else
 BALL_OBJS += share/tilt_null.o
 endif
 endif
+endif
 
 ifeq ($(PLATFORM),mingw)
 BALL_OBJS += neverball.ico.o