From 7243506104b74e1a77cbd7040ca8379ff63c816f Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 13 Jul 1999 21:57:00 +0000 Subject: [PATCH] add printmsg.c --- bin/tests/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index 3ef23bceac..385d91f204 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -71,7 +71,8 @@ SRCS = res_test.c \ compress_test.c \ mempool_test.c \ dispatch_test.c \ - dispatch_tcp_test.c + dispatch_tcp_test.c \ + printmsg.c @BIND9_MAKE_RULES@