chiark / gitweb /
Test case for infinite timeouts.
[adns.git] / client / Makefile.in
index 9963c1a477aedb2d91e61256864a0af3b3ed3a56..9d131c958bb6c14139783e179617c84ecdb41381 100644 (file)
@@ -25,8 +25,10 @@ srcdir=              @srcdir@
 VPATH=         @srcdir@
 
 PROGRAMS=      adnstest adnslogres adnshost
+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