From da76ac5890ee662cb8026ea07a0566c61889df4a Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 30 Jan 2004 21:54:28 +0000 Subject: 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 --- sound/module.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sound') 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 -- cgit v1.2.3