From: Michael Adam Date: Fri, 29 Feb 2008 11:38:29 +0000 (+0100) Subject: Fix linking of smbget when there is no shared library support. X-Git-Tag: samba-3.3.0pre1~3436^2~75 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=78bc496ecf72b5c2474911302e81a90c488e3070;p=thirdparty%2Fsamba.git Fix linking of smbget when there is no shared library support. smbget needs libwbclient. Michael --- diff --git a/source/Makefile.in b/source/Makefile.in index 2f963e295da..35a448016e4 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