X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=regress%2FMakefile.in;h=47a01bba6456d3f4b42aa3c87ae3621476277816;hb=aa3ffb57294018bc66aabe1df8960643c397a449;hp=42fdb5cc029b5a1336645b81f256d0c8ad9364e5;hpb=0ebff22d9b5832b18444f7c680ca71e24fc3734e;p=adns.git diff --git a/regress/Makefile.in b/regress/Makefile.in index 42fdb5c..47a01bb 100644 --- a/regress/Makefile.in +++ b/regress/Makefile.in @@ -1,11 +1,11 @@ # regress/Makefile - regression test Makefile # # This file is -# Copyright (C) 1997-1999 Ian Jackson +# Copyright (C) 1997-2000 Ian Jackson # # It is part of adns, which is # Copyright (C) 1997-2000 Ian Jackson -# Copyright (C) 1999 Tony Finch +# Copyright (C) 1999-2000 Tony Finch # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,9 @@ srcdir= @srcdir@ VPATH= @srcdir@ -CLIENTS= adnstest adnshost +PROGS_SYSDEP= @PROGS_HAVE_TSEARCH@ + +CLIENTS= adnstest adnshost adnslogres $(PROGS_SYSDEP) AUTOCHDRS= harness.h hsyscalls.h hredirect.h AUTOCSRCS= hrecord.c hplayback.c hcommon.c include $(srcdir)/../settings.make