chiark / gitweb /
Compiles and links.
[adns.git] / src / Makefile
index 4096d8466aa4a8618e1dd9cd49817aa56dd02705..59ccf547b39e6534af4e5381a4f0fdcc8cdc5348 100644 (file)
@@ -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