aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorMax Horn2009-01-30 03:35:47 +0000
committerMax Horn2009-01-30 03:35:47 +0000
commitc69ebfd798777fa5db487fe321af274d26baaf3b (patch)
tree799a2a0234e594abc7bc96c5ba1a646571bb06b6 /Makefile.common
parent1d097d9791b99b78790d68133a4ecf07057a28e6 (diff)
downloadscummvm-rg350-c69ebfd798777fa5db487fe321af274d26baaf3b.tar.gz
scummvm-rg350-c69ebfd798777fa5db487fe321af274d26baaf3b.tar.bz2
scummvm-rg350-c69ebfd798777fa5db487fe321af274d26baaf3b.zip
Moved default implementations for various OSystem methods into a new class BaseBackend
svn-id: r36135
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 02005afb89..33e556f1fc 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -25,8 +25,8 @@ MODULES += \
gui \
graphics \
sound \
- common \
engines \
+ common \
backends
ifdef USE_MT32EMU