[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2273-g47b952b

Michael Adam obnox at samba.org
Fri Feb 15 12:42:23 GMT 2008


The branch, v3-2-test has been updated
       via  47b952b9a5bfeac248be393d2459fb67137644e4 (commit)
      from  f2c6585329ddd71acf5921c58435e53febb57b43 (commit)

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


- Log -----------------------------------------------------------------
commit 47b952b9a5bfeac248be393d2459fb67137644e4
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 15 13:40:28 2008 +0100

    Use -ltdb instead of bin/libtdb.so for linking.
    
    Michael

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

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 39c89f6..7e627d6 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1885,7 +1885,7 @@ bin/tdbbackup at EXEEXT@: $(BINARY_PREREQS) $(TDBBACKUP_OBJ) @LIBTDB_SHARED@
 
 bin/tdbtool at EXEEXT@: $(BINARY_PREREQS) $(TDBTOOL_OBJ) @LIBTDB_SHARED@
 	@echo Linking $@
-	@$(CC) $(FLAGS) -o $@ $(LDFLAGS) $(TDBTOOL_OBJ) $(DYNEXP) $(LIBS) @LIBTDB_SHARED@
+	@$(CC) $(FLAGS) -o $@ $(LDFLAGS) $(TDBTOOL_OBJ) $(DYNEXP) $(LIBS) @LIBTDB_LIBS@
 
 bin/tdbdump at EXEEXT@: $(BINARY_PREREQS) $(TDBDUMP_OBJ) @LIBTDB_SHARED@
 	@echo Linking $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list