summaryrefslogtreecommitdiffstats
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
commit901936edd33ae710c6f23bea528132ee5e10e097 (patch)
tree2f83a43a6f605cb3f0b2e96d8a927167cf9a0dd5
parentf85ddd10d644a7212922e1c7e8e2e2793e9703c8 (diff)
downloadsamba-901936edd33ae710c6f23bea528132ee5e10e097.tar.gz
samba-901936edd33ae710c6f23bea528132ee5e10e097.tar.xz
samba-901936edd33ae710c6f23bea528132ee5e10e097.zip
Fix linking of smbget when there is no shared library support.
smbget needs libwbclient. Michael (cherry picked from commit 78bc496ecf72b5c2474911302e81a90c488e3070)
-rw-r--r--source/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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