summaryrefslogtreecommitdiffstats
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-04-26 12:08:22 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-04-27 11:40:18 +1000
commite130dec97bb4e08b11f39c1c1382f0c8ad36ef67 (patch)
tree23a24bce465618eb7dc6a6f52c9b92e02e582540 /source3/Makefile.in
parent806eef63ba6ee9681f89accea262a0c2fa3c8038 (diff)
downloadsamba-e130dec97bb4e08b11f39c1c1382f0c8ad36ef67.tar.gz
samba-e130dec97bb4e08b11f39c1c1382f0c8ad36ef67.tar.xz
samba-e130dec97bb4e08b11f39c1c1382f0c8ad36ef67.zip
s3-libsmb Use 'resolv:hosts file' as a DNS emulation when specified.
This allows make test to operate without making real DNS calls. Andrew Bartlett
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index b3764cac937..3407dfd215f 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -529,7 +529,7 @@ LIBNBT_OBJ = ../libcli/nbt/nbtname.o \
../librpc/ndr/ndr_svcctl.o
LIBNMB_OBJ = libsmb/unexpected.o libsmb/namecache.o libsmb/nmblib.o \
- libsmb/namequery.o ../libcli/nbt/lmhosts.o libsmb/conncache.o \
+ libsmb/namequery.o ../libcli/nbt/lmhosts.o ../libcli/dns/dns_hosts_file.o libsmb/conncache.o \
libads/dns.o libads/sitename_cache.o
NTERR_OBJ = libsmb/nterr.o libsmb/smberr.o