From 05436b145c80a67efa5f79d4bc28f9f2cd2858b2 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Mon, 15 Dec 2003 20:49:16 +0000 Subject: link order, readline needs ncurses --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bca9889..d55d5bc 100755 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS += $(OLDREADLINE) $(EXPERIMENTAL_IPV6) ## the install prefix best is /usr/local PREFIX=/usr/local -LIBS = -lncurses -lreadline -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