summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bca9889..d55d5bc 100755
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ CFLAGS += $(OLDREADLINE) $(EXPERIMENTAL_IPV6)
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 = -lncurses -lreadline -lssl -lcrypto 32LIBS = -lreadline -lncurses -lssl -lcrypto
33OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o 33OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o
34 34
35 35