chiark / gitweb /
categorise changelog
[adns.git] / client / Makefile.in
index 7b25252b7265cc539bd8fd1d212c842159b1f1e7..59a358228ea9a2ba31acd23be1ae296aa5320c65 100644 (file)
@@ -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)
-