summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2007-10-12 22:16:22 -0700
committerJames Peach <jpeach@samba.org>2007-12-12 19:55:20 -0800
commitfa8966690bc2c5ab968b10e12fac113d0da1f641 (patch)
tree94fd1fb9e22992c165a8c3198afeb218bd84e08d /source3/Makefile.in
parent96591dd868a7c07d69623814d0bc4eaa107f0c89 (diff)
downloadsamba-fa8966690bc2c5ab968b10e12fac113d0da1f641.tar.gz
samba-fa8966690bc2c5ab968b10e12fac113d0da1f641.tar.bz2
samba-fa8966690bc2c5ab968b10e12fac113d0da1f641.zip
Autoconf support for detecting DNS Service Discovery support.
Patch from Rishi Srivatsavai <rishisv@gmail.com>, with some adaptations. (This used to be commit 2dfe9525b9e6e7dcbac191c1fb6288e166d171e5)
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 285255e7f7..d26f688f80 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -63,6 +63,7 @@ KRB5LIBS=@KRB5_LIBS@
LDAP_LIBS=@LDAP_LIBS@
NSCD_LIBS=@NSCD_LIBS@
UUID_LIBS=@UUID_LIBS@
+DNSSD_LIBS=@DNSSD_LIBS@
INSTALLCMD=@INSTALL@
INSTALLLIBCMD_SH=@INSTALLLIBCMD_SH@