summaryrefslogtreecommitdiff
path: root/source4/libcli/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-01-22 00:52:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:05 -0500
commitb9a1e9a6677613865474c3c66b443b1c9e54c408 (patch)
tree2938bd729b62812084a221fa9d1a2b4eaca3e168 /source4/libcli/config.mk
parent79ef4f216bbf26db69560acffa8d075ac704d654 (diff)
downloadsamba-b9a1e9a6677613865474c3c66b443b1c9e54c408.tar.gz
samba-b9a1e9a6677613865474c3c66b443b1c9e54c408.tar.bz2
samba-b9a1e9a6677613865474c3c66b443b1c9e54c408.zip
r4916: added "host" name resolution using fork() per gethostbyname()
comments welcome, but please think about the alternatives first :-) (This used to be commit 3d40b479907226be349137117e0d2bd718efa1a8)
Diffstat (limited to 'source4/libcli/config.mk')
-rw-r--r--source4/libcli/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/libcli/config.mk b/source4/libcli/config.mk
index 904a07dc0f..a43644f197 100644
--- a/source4/libcli/config.mk
+++ b/source4/libcli/config.mk
@@ -32,7 +32,8 @@ ADD_OBJ_FILES = \
libcli/resolve/resolve.o \
libcli/resolve/nbtlist.o \
libcli/resolve/bcast.o \
- libcli/resolve/wins.o
+ libcli/resolve/wins.o \
+ libcli/resolve/host.o
REQUIRED_SUBSYSTEMS = LIBCLI_NBT
[SUBSYSTEM::LIBCLI]