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