From: ian Date: Wed, 13 Oct 1999 01:23:38 +0000 (+0000) Subject: Do link statically against libadns ! X-Git-Tag: rel-adns-0-5~3 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=0cffebc5e467efa03bfe21220051e70e773871a0 Do link statically against libadns ! --- 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)