summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2008-02-29 12:38:29 +0100
committerMichael Adam <obnox@samba.org>2008-02-29 12:38:29 +0100
commit4688f2600b3c6bc501fe7e5ed65032ff6212f498 (patch)
tree292d4fa7c3319493d300775e8183506412c147e0 /source3/Makefile.in
parenta068dc6ede3469e9edbe20da285fbbf78a952315 (diff)
downloadsamba-4688f2600b3c6bc501fe7e5ed65032ff6212f498.tar.gz
samba-4688f2600b3c6bc501fe7e5ed65032ff6212f498.tar.bz2
samba-4688f2600b3c6bc501fe7e5ed65032ff6212f498.zip
Fix linking of smbget when there is no shared library support.
smbget needs libwbclient. Michael (This used to be commit 78bc496ecf72b5c2474911302e81a90c488e3070)
Diffstat (limited to 'source3/Makefile.in')
-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