X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2FMakefile.in;h=7c36a847a87d0fd93776c0141d488dabd077bed9;hb=8837244370251f16e8f41097d4cbe5ef0058038c;hp=acce334c08d992c0ae8a056c88de962b1eb183c0;hpb=828d89bd4196ad8ef825cdf2db26afe2eb797b69;p=adns.git diff --git a/src/Makefile.in b/src/Makefile.in index acce334..7c36a84 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -21,7 +21,7 @@ WARNS= -Wall -Wmissing-prototypes -Wwrite-strings -Wstrict-prototypes \ -Wcast-qual -Wpointer-arith WERROR=-Werror -LIBOBJS= event.o query.o setup.o transmit.o general.o reply.o parse.o types.o +LIBOBJS= event.o types.o reply.o query.o setup.o transmit.o parse.o general.o ALLOBJS= $(LIBOBJS) dtest.o all: dtest @@ -31,5 +31,5 @@ dtest: $(ALLOBJS) clean: rm -f dtest *.o -dtest.o: adns.h $(LIBOBJS): adns.h internal.h +dtest.o: adns.h