diff options
author | Yotam Barnoy | 2010-11-04 05:51:58 +0000 |
---|---|---|
committer | Yotam Barnoy | 2010-11-04 05:51:58 +0000 |
commit | 3fedacdb434e625524cca29e210f420ff7f557e0 (patch) | |
tree | 7724ef4e30ab2a2d23e5f5c1f8f782617cc48bbe | |
parent | 99cf0e39368986086d5608509a52e1d4f1a70208 (diff) | |
download | scummvm-rg350-3fedacdb434e625524cca29e210f420ff7f557e0.tar.gz scummvm-rg350-3fedacdb434e625524cca29e210f420ff7f557e0.tar.bz2 scummvm-rg350-3fedacdb434e625524cca29e210f420ff7f557e0.zip |
DC: remove multi-build of dc-provider that slipped in with plugin merge.
svn-id: r54058
-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 b3a23f10e7..6c5a9a71cd 100644 --- a/backends/module.mk +++ b/backends/module.mk @@ -29,7 +29,6 @@ MODULE_OBJS := \ plugins/elf/arm-loader.o \ plugins/elf/elf-provider.o \ plugins/elf/version.o \ - plugins/dc/dc-provider.o \ plugins/posix/posix-provider.o \ plugins/sdl/sdl-provider.o \ plugins/win32/win32-provider.o \ |