summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorRishi Srivatsavai <rishisv@gmail.com>2007-12-13 20:56:29 -0800
committerJames Peach <jpeach@samba.org>2007-12-13 20:56:29 -0800
commit12ac4c3119b3b7712e670d95d61413d97ecafaef (patch)
tree67a8dad20a20d9bbbfb54b325b46f671fd61f824 /source3/Makefile.in
parent819a74ed8f1d2b312a22cc803235aaece0e24697 (diff)
downloadsamba-12ac4c3119b3b7712e670d95d61413d97ecafaef.tar.gz
samba-12ac4c3119b3b7712e670d95d61413d97ecafaef.tar.bz2
samba-12ac4c3119b3b7712e670d95d61413d97ecafaef.zip
Register the smb service with mDNS if mSDN is supported.
If mDNS is supported, attempt to register the first port we are listening on for the _smb._tcp service. This provides more reliable service discovery than NetBIOS browsing. (This used to be commit 1e7241517d1f55d60af22570e0c9feb280e3fdb5)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index d26f688f80..5a8d7e19a8 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -547,6 +547,7 @@ SMBD_OBJ_SRV = smbd/files.o smbd/chgpasswd.o smbd/connection.o \
$(AFS_SETTOKEN_OBJ) smbd/aio.o smbd/statvfs.o \
smbd/dmapi.o \
smbd/file_access.o \
+ smbd/dnsregister.o \
$(MANGLE_OBJ) @VFS_STATIC@
SMBD_OBJ_BASE = $(PARAM_WITHOUT_REG_OBJ) $(SMBD_OBJ_SRV) $(LIBSMB_OBJ) \