chiark / gitweb /
Do link statically against libadns !
[adns.git] / client / Makefile.in
index 276bc5ea7c56c89efd67ae880a28574e58c7afc2..9963c1a477aedb2d91e61256864a0af3b3ed3a56 100644 (file)
@@ -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)