From 326fe73f57317922519a434656d965dde04fcce2 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Wed, 20 Mar 2013 11:25:42 +0000 Subject: Make ncursesw the default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 81c4fbe..1796234 100755 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ CFLAGS += $(OLDREADLINE) ## the install prefix best is /usr/local PREFIX=/usr/local -LIBS = -lreadline -lncurses -lssl -lcrypto +LIBS = -lreadline -lncursesw -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