aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLudvig Strigeus2001-12-02 22:51:03 +0000
committerLudvig Strigeus2001-12-02 22:51:03 +0000
commit4deb5ae64414bc05a75bfa948ee0d3f65f12b55b (patch)
treebfcc28efeae084e8eed89549cfd3659da6ee9c72 /Makefile
parentc37eddbc36cc00ffc580c271f2e81b38277a455e (diff)
downloadscummvm-rg350-4deb5ae64414bc05a75bfa948ee0d3f65f12b55b.tar.gz
scummvm-rg350-4deb5ae64414bc05a75bfa948ee0d3f65f12b55b.tar.bz2
scummvm-rg350-4deb5ae64414bc05a75bfa948ee0d3f65f12b55b.zip
mistyped name of USE_ADLIB
svn-id: r3519
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6c9ec9474e..c8f68dc2ce 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
CC = gcc
CFLAGS = -g -Wno-multichar
-DEFINES = -DUNIX -DUSE_IMUSE
+DEFINES = -DUNIX -DUSE_ADLIB
LDFLAGS :=
INCLUDES:= `sdl-config --cflags` -I./ -I./sound
CPPFLAGS= $(DEFINES) $(INCLUDES)