From 7211be1cffdee84fd15e8b6b2a07a644948f1455 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 20 Jan 2000 13:13:30 +0000 Subject: Configure, link and use the readline library. --- tools/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/Makefile.in') 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) -- cgit v1.2.3