aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/build.rules
diff options
context:
space:
mode:
Diffstat (limited to 'backends/sdl/build.rules')
-rw-r--r--backends/sdl/build.rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/sdl/build.rules b/backends/sdl/build.rules
index bc91d660ef..51f25bf3bc 100644
--- a/backends/sdl/build.rules
+++ b/backends/sdl/build.rules
@@ -3,9 +3,10 @@ MODULES += backends/sdl
DEFINES += -DUNIX
INCLUDES += `sdl-config --cflags`
LIBS += `sdl-config --libs`
+OBJS += backends/sdl/sdl-common.o
# The normal (non OpenGL-accelerated) SDL backend
-OBJS += backends/sdl/sdl.o
+OBJS += backends/sdl/sdl.o
# Uncomment these lines (instead of the above) to use SDL with OpenGL
# OBJS += backends/sdl/sdl_gl.o