summaryrefslogtreecommitdiff
path: root/Makefile.minimal
diff options
context:
space:
mode:
authorSam Lantinga <slouken@libsdl.org>2008-08-25 09:55:03 +0000
committerSam Lantinga <slouken@libsdl.org>2008-08-25 09:55:03 +0000
commitac4abc7497c2e3030808447cb323ef26d356307b (patch)
tree6fbc14dbc62f2497628468930b9d06f9b997c556 /Makefile.minimal
parent15dc06154782ef919fee828f241571a422e9b226 (diff)
downloadsdl-ac4abc7497c2e3030808447cb323ef26d356307b.tar.gz
Final merge of Google Summer of Code 2008 work...
Force Feedback for SDL by Edgar Simo, mentored by Ryan C. Gordon
Diffstat (limited to 'Makefile.minimal')
-rw-r--r--Makefile.minimal2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.minimal b/Makefile.minimal
index 827621c3f..c8057894a 100644
--- a/Makefile.minimal
+++ b/Makefile.minimal
@@ -15,6 +15,7 @@ SOURCES = \
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 @@ SOURCES = \
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 \