aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMax Horn2004-01-30 21:54:28 +0000
committerMax Horn2004-01-30 21:54:28 +0000
commitda76ac5890ee662cb8026ea07a0566c61889df4a (patch)
treeb9f9fc0a8a343ef7ce96b2b195e6e225e5d45cb3 /backends
parent671be90c74e991087a38f236431e0532f83c77e6 (diff)
downloadscummvm-rg350-da76ac5890ee662cb8026ea07a0566c61889df4a.tar.gz
scummvm-rg350-da76ac5890ee662cb8026ea07a0566c61889df4a.tar.bz2
scummvm-rg350-da76ac5890ee662cb8026ea07a0566c61889df4a.zip
Various changes to the build system which allow building ScummVM in an external directory (and as such, allow you to have a debug, a profiling, and a release build from the same set of source files in parallel). Work in progress
svn-id: r12680
Diffstat (limited to 'backends')
-rw-r--r--backends/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/module.mk b/backends/module.mk
index 80030f0781..45a9206323 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -22,4 +22,4 @@ MODULE_DIRS += \
backends/midi
# Include common rules
-include common.rules
+include $(srcdir)/common.rules