summaryrefslogtreecommitdiffstats
path: root/source/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-21 13:13:24 +0000
committerAndrew Tridgell <tridge@samba.org>2005-01-21 13:13:24 +0000
commit217f106ce02b7ce9cd077558374b98d9e625a795 (patch)
tree45a759f4c7ad664ba2f191f8a663b3b2c20601ce /source/libcli/config.mk
parent030fd836d1fcf4645364b8441e1d07c7c07a6afc (diff)
downloadsamba-217f106ce02b7ce9cd077558374b98d9e625a795.tar.gz
samba-217f106ce02b7ce9cd077558374b98d9e625a795.tar.xz
samba-217f106ce02b7ce9cd077558374b98d9e625a795.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
Diffstat (limited to 'source/libcli/config.mk')
-rw-r--r--source/libcli/config.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/libcli/config.mk b/source/libcli/config.mk
index 21cfed89878..904a07dc0fb 100644
--- a/source/libcli/config.mk
+++ b/source/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]