diff options
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 |
