[SCM] Samba Shared Repository - branch v3-3-test updated - release-3-2-0pre2-4896-g89919a1

Karolin Seeger kseeger at samba.org
Mon Feb 2 09:09:23 GMT 2009


The branch, v3-3-test has been updated
       via  89919a131b234485564ff2f2f20e3d9f9eb83522 (commit)
      from  8c64302915bde8a5400b575389b12e0eaf2cf140 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


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

    fix build with external dns_sd libraries
    
    This used to be commit 16f07280 in master.

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index ef901ff..a440c1a 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1509,7 +1509,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) $(FLAGS) -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)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list