diff options
author | erdgeist <> | 2006-01-26 18:40:30 +0000 |
---|---|---|
committer | erdgeist <> | 2006-01-26 18:40:30 +0000 |
commit | 57689e698230030803c872072a03329fdd4fecc6 (patch) | |
tree | b4f8671dbe04741be93091e99eb3c6aa81b9bebd /Makefile | |
parent | 4413fb15bec35744c06ac3cfce2ae2bfa6953ae1 (diff) |
unsigned char tidy up, query mode
Diffstat (limited to 'Makefile')
-rwxr-xr-x | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,6 +14,8 @@ CFLAGS = -Wall -Os | |||
14 | 14 | ||
15 | CFLAGS += $(OLDREADLINE) | 15 | CFLAGS += $(OLDREADLINE) |
16 | 16 | ||
17 | CFLAGS += -I../readline-5.0 -I../ncurses-5.4/include/ | ||
18 | |||
17 | ## you might need one or more of these: | 19 | ## you might need one or more of these: |
18 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib | 20 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib |
19 | #CFLAGS += -I/usr/local/include -L/usr/local/lib | 21 | #CFLAGS += -I/usr/local/include -L/usr/local/lib |
@@ -29,7 +31,7 @@ CFLAGS += $(OLDREADLINE) | |||
29 | ## the install prefix best is /usr/local | 31 | ## the install prefix best is /usr/local |
30 | PREFIX=/usr/local | 32 | PREFIX=/usr/local |
31 | 33 | ||
32 | LIBS = -lreadline -lncurses -lssl -lcrypto | 34 | LIBS = ../readline-5.0/libreadline.a ../ncurses-5.4/lib/libncurses.a -lssl -lcrypto |
33 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o | 35 | OBJS = vchat-client.o vchat-ui.o vchat-protocol.o vchat-user.o vchat-commands.o |
34 | 36 | ||
35 | 37 | ||