X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/f47cdeec5fbda82dc74d506f24e069558ee51a2c..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