summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-03-22 15:59:33 +0100
committerVolker Lendecke <vl@samba.org>2009-03-23 17:09:53 +0100
commit63aae58fdcd9110ba294ac7335d4a4e40136aa8b (patch)
tree710479ecba9337d1f8418ae8485aaa0c5120d529 /source3/configure.in
parent93e13fe3e07c1915a84f7a7a810a1d85a21bcfe7 (diff)
downloadsamba-63aae58fdcd9110ba294ac7335d4a4e40136aa8b.tar.gz
samba-63aae58fdcd9110ba294ac7335d4a4e40136aa8b.tar.bz2
samba-63aae58fdcd9110ba294ac7335d4a4e40136aa8b.zip
Use avahi to register _smb._tcp in smbd
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 103edaf369..1cf8d9ca4a 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -6032,7 +6032,7 @@ if test x"$enable_avahi" != x"no"; then
if test x"$have_avahi_support" = x"yes"; then
AC_DEFINE(WITH_AVAHI_SUPPORT, 1,
[Whether to enable avahi support])
- AC_SUBST(AVAHI_OBJ, lib/avahi.o)
+ AC_SUBST(AVAHI_OBJ, "lib/avahi.o smbd/avahi_register.o")
else
if test x"$enable_avahi" = x"yes"; then
AC_MSG_ERROR(avahi support not available)