summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-29 12:38:29 +0100
committerKarolin Seeger <kseeger@samba.org>2008-02-29 16:07:17 +0100
commitfbc514eb31cec1b67dced74cbe09457d43b67b12 (patch)
treeb767c7185dedf345190c04d691be0876aaab289f
parentf95712432bcebe1e09c087b577556f955b751487 (diff)
downloadsamba-fbc514eb31cec1b67dced74cbe09457d43b67b12.tar.gz
samba-fbc514eb31cec1b67dced74cbe09457d43b67b12.tar.bz2
samba-fbc514eb31cec1b67dced74cbe09457d43b67b12.zip
Fix linking of smbget when there is no shared library support.
smbget needs libwbclient. Michael (cherry picked from commit 78bc496ecf72b5c2474911302e81a90c488e3070) (This used to be commit 901936edd33ae710c6f23bea528132ee5e10e097)
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2f963e295d..35a448016e 100644
--- a/source3/Makefile.in
+++ b/source3/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