diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-20 14:13:30 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-20 14:13:30 +0100 |
commit | 7211be1cffdee84fd15e8b6b2a07a644948f1455 (patch) | |
tree | 1a5a56054e5212cff23442bc39eddd4f916b9640 /tools/Makefile.in | |
parent | 9fac310d1a4e46f4bcc70177e59cbf93763ef479 (diff) | |
download | bird-7211be1cffdee84fd15e8b6b2a07a644948f1455.tar bird-7211be1cffdee84fd15e8b6b2a07a644948f1455.zip |
Configure, link and use the readline library.
Diffstat (limited to 'tools/Makefile.in')
-rw-r--r-- | tools/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in index 56d6514..1dcb9bc 100644 --- a/tools/Makefile.in +++ b/tools/Makefile.in @@ -21,7 +21,7 @@ $(exedir)/bird: $(addsuffix /all.o, $(static-dirs)) conf/all.o lib/birdlib.a $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(exedir)/birdc: client/all.o lib/birdlib.a - $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) + $(CC) $(LDFLAGS) -o $@ $^ $(LIBS) $(CLIENT_LIBS) .dir-stamp: mkdir -p $(static-dirs) $(client-dirs) |