Fix linking of smbget when there is no shared library support.
authorMichael Adam <obnox@samba.org>
Fri, 29 Feb 2008 11:38:29 +0000 (12:38 +0100)
committerKarolin Seeger <kseeger@samba.org>
Fri, 29 Feb 2008 15:07:17 +0000 (16:07 +0100)
smbget needs libwbclient.

Michael
(cherry picked from commit 78bc496ecf72b5c2474911302e81a90c488e3070)

source/Makefile.in

index 2f963e295da60f9ca2fb07136aafdcd353b2ae99..35a448016e4ae098bfb24d9dbab00875cfdaa62e 100644 (file)
@@ -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