From 09e1c16d77507bd67188c8062f60d3503f7961ec Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 26 Jan 2006 23:47:39 +0000 Subject: Back to normal *ehrm* --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9e19425..216f161 100755 --- a/Makefile +++ b/Makefile @@ -14,8 +14,6 @@ CFLAGS = -Wall -Os CFLAGS += $(OLDREADLINE) -CFLAGS += -I../readline-5.0 -I../ncurses-5.4/include/ - ## you might need one or more of these: #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib #CFLAGS += -I/usr/local/include -L/usr/local/lib @@ -31,7 +29,7 @@ CFLAGS += -I../readline-5.0 -I../ncurses-5.4/include/ ## the install prefix best is /usr/local PREFIX=/usr/local -LIBS = ../readline-5.0/libreadline.a ../ncurses-5.4/lib/libncurses.a -lssl -lcrypto +LIBS = -lreadline -lncurses -lssl -lcrypto OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o -- cgit v1.2.3