aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2003-09-10 12:41:14 +0000
committerMax Horn2003-09-10 12:41:14 +0000
commitc0e2d2be66c783a7a3c149b8accc941da894d567 (patch)
tree61f555fef57c864615a43035825abf46a91d9a5c /sound
parent65a6bcb90bfb98522325c77b50b43e28ed6ddfd1 (diff)
downloadscummvm-rg350-c0e2d2be66c783a7a3c149b8accc941da894d567.tar.gz
scummvm-rg350-c0e2d2be66c783a7a3c149b8accc941da894d567.tar.bz2
scummvm-rg350-c0e2d2be66c783a7a3c149b8accc941da894d567.zip
fixed module.mk
svn-id: r10155
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 b78e32e6fe..3080d4c3da 100644
--- a/sound/module.mk
+++ b/sound/module.mk
@@ -9,8 +9,8 @@ MODULE_OBJS = \
sound/mixer.o \
sound/mpu401.o \
sound/rate.o \
-# sound/resample.o \
sound/voc.o
+# sound/resample.o \
# Include common rules
include common.rules