aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.mingw b/Makefile.mingw
index 3fff8bcac2..28d2fe329a 100644
--- a/Makefile.mingw
+++ b/Makefile.mingw
@@ -33,7 +33,7 @@ DEFINES +=
LDFLAGS :=
INCLUDES:= -I$(srcdir) -I$(srcdir)/common $(SDL_CFLAGS)
LIBS += $(SDL_LIBS) -lmingw32 -lwinmm
-OBJS := scummvmico.o backends/sdl/sdl-common.o backends/sdl/sdl.o
+OBJS := scummvmico.o backends/sdl/events.o backends/sdl/graphics.o backends/sdl/sdl.o
EXEEXT :=.exe
#######################################################################