summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-21 13:13:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:04 -0500
commit6f0aef31cdfa9b486d1f2e0f097e071830f5600d (patch)
tree01891cccf49ab3bde362968bf10af93796c20107 /source4/libcli/config.mk
parent757a063a134ab466f437e60b1eed5215b992d80c (diff)
downloadsamba-6f0aef31cdfa9b486d1f2e0f097e071830f5600d.tar.gz
samba-6f0aef31cdfa9b486d1f2e0f097e071830f5600d.tar.bz2
samba-6f0aef31cdfa9b486d1f2e0f097e071830f5600d.zip
r4898: - removed the unused wins_srv_*() code
- expanded the generic async name resolver to try multiple methods - added wins resolutions to the list of methods tried - fixed up the random trn id generation to use the good random generator (This used to be commit 266fd2751c01808e5a18d4094032af50554ceb7a)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index 21cfed8987..904a07dc0f 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -30,7 +30,9 @@ REQUIRED_SUBSYSTEMS = NDR_NBT
[SUBSYSTEM::LIBCLI_RESOLVE]
ADD_OBJ_FILES = \
libcli/resolve/resolve.o \
- libcli/resolve/bcast.o
+ libcli/resolve/nbtlist.o \
+ libcli/resolve/bcast.o \
+ libcli/resolve/wins.o
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
[SUBSYSTEM::LIBCLI]