+ * Many memory leaks fixed.
[adns] / client / Makefile.in
index 9908562..9d131c9 100644 (file)
 srcdir=                @srcdir@
 VPATH=         @srcdir@
 
-PROGRAMS=      adnstest adnslogres adnshost fanftest
+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