From 1af2cd2bd1c74c88dd00088eb37ad6286af7561f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 24 Feb 2010 22:57:09 +1100 Subject: s4:libcli/resovle File based lookup module for DNS name types This uses the new common code to read a file containing DNS host names, so we don't have to use real DNS lookups in our test environment. Andrew Bartlett --- source4/libcli/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/config.mk') diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk index 246abd414a..e8741d165a 100644 --- a/source4/libcli/config.mk +++ b/source4/libcli/config.mk @@ -76,7 +76,7 @@ PRIVATE_DEPENDENCIES = LIBCLI_NBT LIBSAMBA-HOSTCONFIG LIBNETIF LP_RESOLVE_OBJ_FILES = $(addprefix $(libclisrcdir)/resolve/, \ bcast.o nbtlist.o wins.o \ - dns_ex.o \ + dns_ex.o file.o \ host.o resolve_lp.o) $(eval $(call proto_header_template,$(libclisrcdir)/resolve/lp_proto.h,$(LP_RESOLVE_OBJ_FILES:.o=.c))) -- cgit