From 63aae58fdcd9110ba294ac7335d4a4e40136aa8b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 22 Mar 2009 15:59:33 +0100 Subject: Use avahi to register _smb._tcp in smbd --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/configure.in') 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) -- cgit