aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2002-08-24 13:52:16 +0000
committerMax Horn2002-08-24 13:52:16 +0000
commit26648880e80691a459c2d18f3aef7bbad8879a5c (patch)
tree64d3356dceda21759986b24c68de280ca2604852 /Makefile
parent3d75868558e87547f5f40447041b34c54a02d0a1 (diff)
downloadscummvm-rg350-26648880e80691a459c2d18f3aef7bbad8879a5c.tar.gz
scummvm-rg350-26648880e80691a459c2d18f3aef7bbad8879a5c.tar.bz2
scummvm-rg350-26648880e80691a459c2d18f3aef7bbad8879a5c.zip
we are not using ncurses, are we?
svn-id: r4818
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0c7fd370d0..a354d52fb5 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-m
DEFINES =
LDFLAGS :=
INCLUDES:= -I. -Icommon -Iscumm
-LIBS = -lncurses
+LIBS =
OBJS =
# Load the build rules & settings for the chosen backend