diff options
author | erdgeist <> | 2007-06-27 21:59:32 +0000 |
---|---|---|
committer | erdgeist <> | 2007-06-27 21:59:32 +0000 |
commit | 3c11bea99886b006ca499e1be6a3a17d225cedc7 (patch) | |
tree | 687a3e0e762669af85c5858420856b49686795cd /Makefile | |
parent | d4861ca31f0406f5c49023bc2c3bc4cfa54e3693 (diff) |
Introducing new ssl code
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -30,7 +30,7 @@ CFLAGS += $(OLDREADLINE) | |||
30 | PREFIX=/usr/local | 30 | PREFIX=/usr/local |
31 | 31 | ||
32 | LIBS = -lreadline -lncurses -lssl -lcrypto | 32 | LIBS = -lreadline -lncurses -lssl -lcrypto |
33 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.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 | ||
36 | ############################################## | 36 | ############################################## |
@@ -83,5 +83,8 @@ vchat-user.o: vchat-user.c vchat.h | |||
83 | vchat-commands.o: vchat-commands.c vchat.h vchat-config.h | 83 | vchat-commands.o: vchat-commands.c vchat.h vchat-config.h |
84 | $(CC) $(CFLAGS) -o vchat-commands.o -c vchat-commands.c | 84 | $(CC) $(CFLAGS) -o vchat-commands.o -c vchat-commands.c |
85 | 85 | ||
86 | vchat-ssl.o: vchat-ssl.c vchat-ssl.h | ||
87 | $(CC) $(CFLAGS) -o vchat-ssl.o -c vchat-ssl.c | ||
88 | |||
86 | #vchat-client.1: vchat-client.sgml | 89 | #vchat-client.1: vchat-client.sgml |
87 | # docbook2man vchat-client.sgml | 90 | # docbook2man vchat-client.sgml |