diff options
author | erdgeist <> | 2006-01-26 23:47:39 +0000 |
---|---|---|
committer | erdgeist <> | 2006-01-26 23:47:39 +0000 |
commit | 09e1c16d77507bd67188c8062f60d3503f7961ec (patch) | |
tree | 3287fb62c7a9b10f54facaa89cf289d3536dcf01 | |
parent | 57689e698230030803c872072a03329fdd4fecc6 (diff) |
Back to normal *ehrm*
-rwxr-xr-x | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -14,8 +14,6 @@ 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 | |||
19 | ## you might need one or more of these: | 17 | ## you might need one or more of these: |
20 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib | 18 | #CFLAGS += -I/usr/local/ssl/include -L/usr/local/ssl/lib |
21 | #CFLAGS += -I/usr/local/include -L/usr/local/lib | 19 | #CFLAGS += -I/usr/local/include -L/usr/local/lib |
@@ -31,7 +29,7 @@ CFLAGS += -I../readline-5.0 -I../ncurses-5.4/include/ | |||
31 | ## the install prefix best is /usr/local | 29 | ## the install prefix best is /usr/local |
32 | PREFIX=/usr/local | 30 | PREFIX=/usr/local |
33 | 31 | ||
34 | LIBS = ../readline-5.0/libreadline.a ../ncurses-5.4/lib/libncurses.a -lssl -lcrypto | 32 | LIBS = -lreadline -lncurses -lssl -lcrypto |
35 | 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 |
36 | 34 | ||
37 | 35 | ||