diff options
author | Alejandro Marzini | 2010-08-06 23:33:44 +0000 |
---|---|---|
committer | Alejandro Marzini | 2010-08-06 23:33:44 +0000 |
commit | 234aa49f17cc1a60629da825732b6741ca79a5f3 (patch) | |
tree | fcaa199f39aa9ca0a608a4c198115a80c11cc040 /backends | |
parent | 7b898648bcd17767945db07618d0934b76a5dcd5 (diff) | |
download | scummvm-rg350-234aa49f17cc1a60629da825732b6741ca79a5f3.tar.gz scummvm-rg350-234aa49f17cc1a60629da825732b6741ca79a5f3.tar.bz2 scummvm-rg350-234aa49f17cc1a60629da825732b6741ca79a5f3.zip |
Fix dc build.
svn-id: r51814
Diffstat (limited to 'backends')
-rw-r--r-- | backends/module.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/module.mk b/backends/module.mk index f5677ed470..1d17c3a45b 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -43,7 +43,6 @@ MODULE_OBJS := \ mixer/sdl/sdl-mixer.o \ mixer/symbiansdl/symbiansdl-mixer.o \ mutex/sdl/sdl-mutex.o \ - plugins/dc/dc-provider.o \ plugins/posix/posix-provider.o \ plugins/sdl/sdl-provider.o \ plugins/win32/win32-provider.o \ |