X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/98db6da30a9aec13ba0840b0027b771cd6a7c4ce..c9afe7bb5e6db07fa16f0598590c89a005438e05:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 4096d84..59ccf54 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 +LIBOBJS= event.o query.o setup.o transmit.o general.o reply.o parse.o types.o ALLOBJS= $(LIBOBJS) dtest.o all: dtest