summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2010-02-24 22:57:09 +1100
committerAndrew Bartlett <abartlet@samba.org>2010-03-11 11:27:48 +1100
commit1af2cd2bd1c74c88dd00088eb37ad6286af7561f (patch)
treea38beb4974ae4ed034c797ad89cf162f1c7a5c69 /source4/libcli/config.mk
parent263d4b5c93a1ec8a027130800c98643f559677c5 (diff)
downloadsamba-1af2cd2bd1c74c88dd00088eb37ad6286af7561f.tar.gz
samba-1af2cd2bd1c74c88dd00088eb37ad6286af7561f.tar.bz2
samba-1af2cd2bd1c74c88dd00088eb37ad6286af7561f.zip
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
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk2
1 files changed, 1 insertions, 1 deletions
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)))