aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
authorJoost Peters2008-07-07 17:03:05 +0000
committerJoost Peters2008-07-07 17:03:05 +0000
commit43c0fb8d895654394ac3a047947d15703a4557fa (patch)
tree3b8937c997ae88f496a5f6c800f689eb4a052dcb /Makefile.common
parentee8d55375b947bac414e313425e4e872d30c39c7 (diff)
downloadscummvm-rg350-43c0fb8d895654394ac3a047947d15703a4557fa.tar.gz
scummvm-rg350-43c0fb8d895654394ac3a047947d15703a4557fa.tar.bz2
scummvm-rg350-43c0fb8d895654394ac3a047947d15703a4557fa.zip
hacky temp. workaround to fix linking with gnu ld, as there now is a circular dependency between backends and common
svn-id: r32945
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index c2704f2219..59b72dcb53 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -27,7 +27,11 @@ MODULES += \
sound \
common \
engines \
- backends
+ backends \
+ common # HACK/FIXME: this extra 'common' was added because of a circular dependency between
+ # backends and common (the newly added Virtual Keyboard stuff depends on things
+ # from common). This should be resolved in one way or another, perhaps by moving
+ # the VK code out of backends?
ifdef USE_MT32EMU
MODULES += sound/softsynth/mt32