summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorerdgeist <>2013-03-20 11:25:42 +0000
committererdgeist <>2013-03-20 11:25:42 +0000
commit326fe73f57317922519a434656d965dde04fcce2 (patch)
treea3b4afa5bd62c21e2fdd071f77135127ba86a454 /Makefile
parent42c4f4799a66f148166262b3993b2374045a9f24 (diff)
Make ncursesw the default
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 81c4fbe..1796234 100755
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ CFLAGS += $(OLDREADLINE)
29## the install prefix best is /usr/local 29## the install prefix best is /usr/local
30PREFIX=/usr/local 30PREFIX=/usr/local
31 31
32LIBS = -lreadline -lncurses -lssl -lcrypto 32LIBS = -lreadline -lncursesw -lssl -lcrypto
33OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-ssl.o 33OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-ssl.o
34 34
35 35