[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2666-g78bc496

Michael Adam obnox at samba.org
Fri Feb 29 11:39:02 GMT 2008


The branch, v3-2-test has been updated
       via  78bc496ecf72b5c2474911302e81a90c488e3070 (commit)
      from  55e85ccd3ec59afc05b955f1458d9fc655cee752 (commit)

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


- Log -----------------------------------------------------------------
commit 78bc496ecf72b5c2474911302e81a90c488e3070
Author: Michael Adam <obnox at samba.org>
Date:   Fri Feb 29 12:38:29 2008 +0100

    Fix linking of smbget when there is no shared library support.
    
    smbget needs libwbclient.
    
    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 2f963e2..35a4480 100644
--- a/source/Makefile.in
+++ b/source/Makefile.in
@@ -733,7 +733,7 @@ PDBEDIT_OBJ = utils/pdbedit.o $(PASSWD_UTIL_OBJ) $(PARAM_OBJ) $(PASSDB_OBJ) @LIB
 		$(SECRETS_OBJ) $(POPT_LIB_OBJ) $(SMBLDAP_OBJ) libsmb/asn1.o \
 		$(RPC_PARSE_OBJ1) $(DOSERR_OBJ) $(LDB_OBJ) $(ERRORMAP_OBJ) 
 
-SMBGET_OBJ = utils/smbget.o $(POPT_LIB_OBJ) $(LIBSMBCLIENT_OBJ0)
+SMBGET_OBJ = utils/smbget.o $(POPT_LIB_OBJ) $(LIBSMBCLIENT_OBJ0) @LIBWBCLIENT_STATIC@
 
 DISPLAY_SEC_OBJ= lib/display_sec.o
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list