From 57689e698230030803c872072a03329fdd4fecc6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Thu, 26 Jan 2006 18:40:30 +0000 Subject: unsigned char tidy up, query mode --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 216f161..9e19425 100755 --- a/Makefile +++ b/Makefile @@ -14,6 +14,8 @@ 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 @@ -29,7 +31,7 @@ CFLAGS += $(OLDREADLINE) ## the install prefix best is /usr/local PREFIX=/usr/local -LIBS = -lreadline -lncurses -lssl -lcrypto +LIBS = ../readline-5.0/libreadline.a ../ncurses-5.4/lib/libncurses.a -lssl -lcrypto OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o -- cgit v1.2.3