diff Makefile.minimal @ 2494:a72a5f62d6b7 gsoc2008_force_feedback

Haptic subsystem should finally be properly attached to the build system.
author Edgar Simo <bobbens@gmail.com>
date Thu, 03 Jul 2008 09:13:22 +0000
parents 64710b9f3eeb
children b7a48f533966
line wrap: on
line diff
--- a/Makefile.minimal	Thu Jul 03 08:48:05 2008 +0000
+++ b/Makefile.minimal	Thu Jul 03 09:13:22 2008 +0000
@@ -15,6 +15,7 @@
 	src/events/*.c \
 	src/file/*.c \
 	src/joystick/*.c \
+	src/haptic/*.c \
 	src/stdlib/*.c \
 	src/thread/*.c \
 	src/timer/*.c \
@@ -22,6 +23,7 @@
 	src/audio/dummy/*.c \
 	src/video/dummy/*.c \
 	src/joystick/dummy/*.c \
+	src/haptic/dummy/*.c \
 	src/cdrom/dummy/*.c \
 	src/thread/generic/*.c \
 	src/timer/dummy/*.c \