diff options
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ CFLAGS += $(OLDREADLINE) | |||
29 | ## the install prefix best is /usr/local | 29 | ## the install prefix best is /usr/local |
30 | PREFIX=/usr/local | 30 | PREFIX=/usr/local |
31 | 31 | ||
32 | LIBS = -lreadline -lncurses -lssl -lcrypto | 32 | LIBS = -lreadline -lncursesw -lssl -lcrypto |
33 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-ssl.o | 33 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o vchat-ssl.o |
34 | 34 | ||
35 | 35 | ||