From e5e7c3786d07e6c3979f11ab8908dab9f4dd344b Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 27 Feb 2012 00:07:14 +0000 Subject: Revert debug Makefile changes --- Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index ae11362..81c4fbe 100755 --- a/Makefile +++ b/Makefile @@ -6,19 +6,18 @@ # configuration # ############################################## -#CFLAGS = -Wall -Os -CFLAGS = -Wall -g -ggdb +CFLAGS = -Wall -Os +#CFLAGS = -Wall -g -ggdb ## use this line when you've got an readline before 4.(x|2) #CFLAGS += -DOLDREADLINE -#CFLAGS += $(OLDREADLINE) +CFLAGS += $(OLDREADLINE) ## 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 #CFLAGS += -I/usr/pkg/include -L/usr/pkg/lib -CFLAGS+=-I../readline-6.2/ ## enable dietlibc #CC = diet cc @@ -30,7 +29,7 @@ CFLAGS+=-I../readline-6.2/ ## the install prefix best is /usr/local PREFIX=/usr/local -LIBS = ../readline-6.2/libreadline.a -lncurses -lssl -lcrypto +LIBS = -lreadline -lncurses -lssl -lcrypto OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-ssl.o -- cgit v1.2.3