From 0cffebc5e467efa03bfe21220051e70e773871a0 Mon Sep 17 00:00:00 2001 From: ian Date: Wed, 13 Oct 1999 01:23:38 +0000 Subject: [PATCH] Do link statically against libadns ! --- client/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile.in b/client/Makefile.in index 276bc5e..9963c1a 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -59,4 +59,4 @@ adnshost_s: $(ADH_OBJS) $(STATIC_LIB) $(CC) $(LDFLAGS) $< $(DYNAMIC_LINK) -o $@ $(LDLIBS) %_s: %.o $(STATIC_LIB) - $(CC) $(LDFLAGS) $< -o $@ $(LDLIBS) + $(CC) $(LDFLAGS) $< $(STATIC_LIB) -o $@ $(LDLIBS) -- 2.30.2