aboutsummaryrefslogtreecommitdiff
path: root/backends/sdl/build.rules
diff options
context:
space:
mode:
authorMax Horn2002-08-24 10:41:32 +0000
committerMax Horn2002-08-24 10:41:32 +0000
commitf3b4f38892a9b0138c60b5402e03701eb727d8d5 (patch)
tree8ad19db7b99996e934ca63ac66eceb73609fd2b1 /backends/sdl/build.rules
parent51730bb3feceb66e03bbeac1dc3d08699a86f166 (diff)
downloadscummvm-rg350-f3b4f38892a9b0138c60b5402e03701eb727d8d5.tar.gz
scummvm-rg350-f3b4f38892a9b0138c60b5402e03701eb727d8d5.tar.bz2
scummvm-rg350-f3b4f38892a9b0138c60b5402e03701eb727d8d5.zip
SDL_gl and normal SDL backend now share a common base class
svn-id: r4813
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