X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=client%2FMakefile.in;h=989ca711f4f5cebf9d79b0ce5d0daa894651f3a5;hp=ee0053957c3fc2b16fb896508855068d6551d901;hb=66f7ac484ca092766a46a6d50c07cf59291ffc86;hpb=41559f53541ae03b5647c41c42883dc4b78634d9 diff --git a/client/Makefile.in b/client/Makefile.in index ee00539..989ca71 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -4,7 +4,7 @@ # Copyright (C) 1997-1999 Ian Jackson # # It is part of adns, which is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # Copyright (C) 1999 Tony Finch # # This program is free software; you can redistribute it and/or modify @@ -24,7 +24,9 @@ srcdir= @srcdir@ VPATH= @srcdir@ -PROGRAMS= adnstest adnslogres adnshost adnsresfilter +PROGS_SYSDEP= @PROGS_HAVE_TSEARCH@ + +PROGRAMS= adnstest adnslogres adnshost $(PROGS_SYSDEP) PROGRAMS_LOCAL= fanftest PROGRAMS_ALL= $(PROGRAMS) $(PROGRAMS_LOCAL)