diff options
| author | erdgeist <> | 2003-12-15 20:49:16 +0000 |
|---|---|---|
| committer | erdgeist <> | 2003-12-15 20:49:16 +0000 |
| commit | 05436b145c80a67efa5f79d4bc28f9f2cd2858b2 (patch) | |
| tree | f02406b72853b494c7d4a7043a206645b71f939c /Makefile | |
| parent | 425d95147c6067a40490dc1873c582afe1cdb9a9 (diff) | |
link order, readline needs ncurses
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -29,7 +29,7 @@ CFLAGS += $(OLDREADLINE) $(EXPERIMENTAL_IPV6) | |||
| 29 | ## the install prefix best is /usr/local | 29 | ## the install prefix best is /usr/local |
| 30 | PREFIX=/usr/local | 30 | PREFIX=/usr/local |
| 31 | 31 | ||
| 32 | LIBS = -lncurses -lreadline -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 |
| 34 | 34 | ||
| 35 | 35 | ||
