From 37febab9990f30b1eb9ef9759e06761a29b46c90 Mon Sep 17 00:00:00 2001 From: Edgar Simo Date: Thu, 3 Jul 2008 09:13:22 +0000 Subject: [PATCH] Haptic subsystem should finally be properly attached to the build system. --- Makefile.minimal | 2 ++ include/SDL_config.h.in | 2 ++ 2 files changed, 4 insertions(+) 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 \ diff --git a/include/SDL_config.h.in b/include/SDL_config.h.in index cf1a61c06..4b05703c7 100644 --- a/include/SDL_config.h.in +++ b/include/SDL_config.h.in @@ -215,6 +215,8 @@ #undef SDL_JOYSTICK_WINMM #undef SDL_JOYSTICK_USBHID #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H +#undef SDL_HAPTIC_DUMMY +#undef SDL_HAPTIC_LINUX /* Enable various shared object loading systems */ #undef SDL_LOADSO_BEOS