diff Makefile.android @ 4722:faa228f7ce5b

- Cleaned up a bunch of code - Added 'feature' enable/disable so we're not running accel/sound/whatever in Java when we don't need to be - More work on the sound system. But it still crashes pretty horribly, not sure why yet.
author Paul Hunkin <paul@bieh.net>
date Tue, 27 Jul 2010 21:21:24 +0200
parents 80f8d672b52e
children bd009a923441
line wrap: on
line diff
--- a/Makefile.android	Tue Jul 27 21:20:17 2010 +0200
+++ b/Makefile.android	Tue Jul 27 21:21:24 2010 +0200
@@ -30,7 +30,7 @@
 	src/power/*.c \
 	src/audio/android/*.c \
 	src/video/android/*.c \
-	src/joystick/dummy/*.c \
+	src/joystick/android/*.c \
 	src/haptic/dummy/*.c \
 	src/atomic/dummy/*.c \
 	src/thread/pthread/*.c \