aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2004-01-30 21:54:28 +0000
committerMax Horn2004-01-30 21:54:28 +0000
commitda76ac5890ee662cb8026ea07a0566c61889df4a (patch)
treeb9f9fc0a8a343ef7ce96b2b195e6e225e5d45cb3 /sound
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 'sound')
-rw-r--r--sound/module.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/module.mk b/sound/module.mk
index 859a8b9975..61bf20f658 100644
--- a/sound/module.mk
+++ b/sound/module.mk
@@ -20,4 +20,4 @@ MODULE_DIRS += \
sound
# Include common rules
-include common.rules
+include $(srcdir)/common.rules