X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=blobdiff_plain;f=client%2FMakefile.in;h=59a358228ea9a2ba31acd23be1ae296aa5320c65;hp=f6971c72be18ff47de45c5335b710aa7f26d6ca4;hb=c5f033dba6fbc5848658e96aa71980c688020796;hpb=1674b67241faf969d9148eca8148a82d2ad540c3 diff --git a/client/Makefile.in b/client/Makefile.in index f6971c7..59a3582 100644 --- a/client/Makefile.in +++ b/client/Makefile.in @@ -5,7 +5,7 @@ # # 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 @@ -27,8 +27,8 @@ VPATH= @srcdir@ PROGS_SYSDEP= @PROGS_HAVE_TSEARCH@ ENABLE_DYNAMIC= @ENABLE_DYNAMIC@ -PROGRAMS= adnstest adnslogres adnshost $(PROGS_SYSDEP) -PROGRAMS_LOCAL= fanftest +PROGRAMS= adnslogres adnshost $(PROGS_SYSDEP) +PROGRAMS_LOCAL= fanftest adnstest PROGRAMS_ALL= $(PROGRAMS) $(PROGRAMS_LOCAL) STATIC_LIB= $(ADNSDIR)/libadns.a @@ -80,4 +80,3 @@ adnsresfilter.o: $(ADNSDIR)/tvarith.h %_s: %.o $(STATIC_LIB) $(CC) $(LDFLAGS) $< $(STATIC_LIB) -o $@ $(LDLIBS) -