[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2255-g7f2c4b1

Michael Adam obnox at samba.org
Fri Feb 15 10:09:19 GMT 2008


The branch, v3-2-test has been updated
       via  7f2c4b1a336310fedda4c36314d3b4aabbdf2c31 (commit)
      from  8767a0dab95c544878b4187157e494e740974bb8 (commit)

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


- Log -----------------------------------------------------------------
commit 7f2c4b1a336310fedda4c36314d3b4aabbdf2c31
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 15 11:08:56 2008 +0100

    Fix building smbmount with shared libtdb.
    
    Michael

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

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


Changeset truncated at 500 lines:

diff --git a/source/Makefile.in b/source/Makefile.in
index 79863b7..b670bf8 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -1272,9 +1272,9 @@ bin/smbspool at EXEEXT@: $(BINARY_PREREQS) $(CUPS_OBJ) @BUILD_POPT@ @LIBTDB_SHARED@
 	@echo Linking $@
 	@$(CC) $(FLAGS) -o $@ $(CUPS_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) @POPTLIBS@ @LIBTDB_LIBS@
 
-bin/smbmount at EXEEXT@: $(BINARY_PREREQS) $(MOUNT_OBJ) @BUILD_POPT@
+bin/smbmount at EXEEXT@: $(BINARY_PREREQS) $(MOUNT_OBJ) @BUILD_POPT@ @LIBTDB_SHARED@
 	@echo Linking $@
-	@$(CC) $(FLAGS) -o $@ $(MOUNT_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) @POPTLIBS@
+	@$(CC) $(FLAGS) -o $@ $(MOUNT_OBJ) $(DYNEXP) $(LDFLAGS) $(LIBS) $(KRB5LIBS) $(LDAP_LIBS) @POPTLIBS@ @LIBTDB_SHARED@
 
 bin/smbmnt at EXEEXT@: $(BINARY_PREREQS) $(MNT_OBJ) @BUILD_POPT@
 	@echo Linking $@


-- 
Samba Shared Repository


More information about the samba-cvs mailing list