On timeout with adnsresfilter in non-forever mode, resubmit queries.
[adns] / client / Makefile.in
index 276bc5e..770d8ac 100644 (file)
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 
-PROGRAMS=      adnstest adnslogres adnshost
+PROGRAMS=      adnstest adnslogres adnshost adnsresfilter
+PROGRAMS_LOCAL=        fanftest
+
 TARG_INSTALL=  $(PROGRAMS)
-TARG_LOCAL=    $(addsuffix _s, $(PROGRAMS))
+TARG_LOCAL=    $(addsuffix _s, $(PROGRAMS) $(PROGRAMS_LOCAL))
 TARGETS=       $(TARG_LOCAL) $(TARG_INSTALL)
 include                $(srcdir)/../settings.make
 
@@ -59,4 +61,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)