summaryrefslogtreecommitdiff
path: root/source4/torture/libsmbclient
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-09-15 12:52:49 +0200
committerGünther Deschner <gd@samba.org>2011-09-15 15:31:59 +0200
commitbd5445ee4f663d18197dbb01078cc21342dd5045 (patch)
tree65fa6819f61432c1c701a8ec9b9946ad88db5c84 /source4/torture/libsmbclient
parentef8dc2d30e5387b38ac1a05eaece8f22326a24f8 (diff)
downloadsamba-bd5445ee4f663d18197dbb01078cc21342dd5045.tar.gz
waf: restore libsmbclient handling.
This is a temporary solution to get libsmbclient installed properly as a library (including symlinks and proper symbols). I was not able to make the old internal library name 'libsmb/smbclient' work together with "realname" and/or "link_name". Maybe one of the waf gurus has more ideas here. Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/torture/libsmbclient')
-rw-r--r--source4/torture/libsmbclient/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/libsmbclient/wscript_build b/source4/torture/libsmbclient/wscript_build
index 8b2c516dbfc..40c7932a208 100644
--- a/source4/torture/libsmbclient/wscript_build
+++ b/source4/torture/libsmbclient/wscript_build
@@ -6,7 +6,7 @@ bld.SAMBA_MODULE('TORTURE_LIBSMBCLIENT',
autoproto='proto.h',
subsystem='smbtorture',
init_function='torture_libsmbclient_init',
- deps='POPT_CREDENTIALS libsmb/smbclient',
+ deps='POPT_CREDENTIALS smbclient',
internal_module=True
)