aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMax Horn2004-02-25 11:41:55 +0000
committerMax Horn2004-02-25 11:41:55 +0000
commite9584c64f3d243bbb9c15bdfdedc232ffb521d93 (patch)
tree3ebad7e28e06f52f5bd5ba18ef973667c3e89b93 /configure
parent793bc427de9361db7a9eb840be8631da2fe69cf7 (diff)
downloadscummvm-rg350-e9584c64f3d243bbb9c15bdfdedc232ffb521d93.tar.gz
scummvm-rg350-e9584c64f3d243bbb9c15bdfdedc232ffb521d93.tar.bz2
scummvm-rg350-e9584c64f3d243bbb9c15bdfdedc232ffb521d93.zip
Build SDL backend via a module.mk file, too
svn-id: r13052
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index c6add9b362..f105a0aec5 100755
--- a/configure
+++ b/configure
@@ -794,9 +794,7 @@ case $_backend in
find_sdlconfig
INCLUDES="$INCLUDES `$_sdlconfig --cflags`"
LIBS="$LIBS `$_sdlconfig --libs`"
- OBJS="$OBJS backends/sdl/sdl-common.o backends/sdl/sdl.o"
MODULES="$MODULES backends/sdl"
- MODULE_DIRS="$MODULE_DIRS backends/sdl"
;;
x11)
INCLUDES="$INCLUDES -I/usr/X11R6/include"