aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Hamm2002-03-24 00:27:00 +0000
committerVincent Hamm2002-03-24 00:27:00 +0000
commitf5741df25cb58b1ae73db5cb00fdb1b2d601abbf (patch)
tree63c8f9504169e407afccebe99b64ed91ba8fb02b /Makefile
parent3f53daa8a1d77f783c0653ed44087c8fd5629b99 (diff)
downloadscummvm-rg350-f5741df25cb58b1ae73db5cb00fdb1b2d601abbf.tar.gz
scummvm-rg350-f5741df25cb58b1ae73db5cb00fdb1b2d601abbf.tar.bz2
scummvm-rg350-f5741df25cb58b1ae73db5cb00fdb1b2d601abbf.zip
Fixed garbadge in inventory section. Removed unused library in the Makefile
svn-id: r3806
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b725a54a20..6af1fb6dc5 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ DEFINES = -DUNIX -DUSE_ADLIB
LDFLAGS :=
INCLUDES:= `sdl-config --cflags` -I./ -I./sound
CPPFLAGS= $(DEFINES) $(INCLUDES)
-LIBS = `sdl-config --libs` -lreadline -lncurses -lhistory -lm
+LIBS = `sdl-config --libs` -lncurses -lm
ZIPFILE := scummvm-`date '+%Y-%m-%d'`.zip
INCS = scumm.h scummsys.h stdafx.h