[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha6-306-g16f0728

Volker Lendecke vlendec at samba.org
Sun Feb 1 09:43:51 GMT 2009


The branch, master has been updated
       via  16f072809cf0e8542b776988d3fe1a0db055a74b (commit)
      from  a5e570b56205f64fd330f0ac1fda9884a5ea8311 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 16f072809cf0e8542b776988d3fe1a0db055a74b
Author: Björn Jacke <bj at sernet.de>
Date:   Sun Feb 1 03:22:41 2009 +0100

    fix build with external dns_sd libraries

-----------------------------------------------------------------------

Summary of changes:
 source3/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/Makefile.in b/source3/Makefile.in
index 9bc6329..babdd51 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1533,7 +1533,7 @@ bin/pdbtest at EXEEXT@: $(BINARY_PREREQS) $(PDBTEST_OBJ) @BUILD_POPT@ @LIBTALLOC_SH
 bin/vfstest at EXEEXT@: $(BINARY_PREREQS) $(VFSTEST_OBJ) @BUILD_POPT@ @LIBTALLOC_SHARED@ @LIBTDB_SHARED@ @LIBWBCLIENT_SHARED@
 	@echo Linking $@
 	@$(CC) -o $@ $(VFSTEST_OBJ) $(LDFLAGS) $(TERMLDFLAGS) \
-		$(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) \
+		$(TERMLIBS) $(DYNEXP) $(PRINT_LIBS) $(AUTH_LIBS) $(DNSSD_LIBS) \
 		$(ACL_LIBS) $(LIBS) $(POPT_LIBS) $(KRB5LIBS) $(LDAP_LIBS) \
 		@SMBD_LIBS@ $(NSCD_LIBS) $(LIBTALLOC_LIBS) $(LIBTDB_LIBS) \
 		$(WINBIND_LIBS) $(ZLIB_LIBS)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list