X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/bb149f75ad8494e2f955297024c888f04513dea5..8990f99f1e0f9684a7ca8e4c5c0d493fffd527cd:/client/Makefile.in diff --git a/client/Makefile.in b/client/Makefile.in index 9908562..770d8ac 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -24,9 +24,11 @@ srcdir= @srcdir@ VPATH= @srcdir@ -PROGRAMS= adnstest adnslogres adnshost fanftest +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