summaryrefslogtreecommitdiff
path: root/wscript_build
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 /wscript_build
parentef8dc2d30e5387b38ac1a05eaece8f22326a24f8 (diff)
downloadsamba-bd5445ee4f663d18197dbb01078cc21342dd5045.tar.gz
samba-bd5445ee4f663d18197dbb01078cc21342dd5045.tar.bz2
samba-bd5445ee4f663d18197dbb01078cc21342dd5045.zip
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 'wscript_build')
-rw-r--r--wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index 1b6fb31e41..4f61820224 100644
--- a/wscript_build
+++ b/wscript_build
@@ -90,7 +90,7 @@ bld.RECURSE('source4/ntvfs')
bld.RECURSE('source4/ntptr')
bld.RECURSE('source4/torture')
bld.RECURSE('librpc')
-bld.RECURSE('source4/client')
+bld.RECURSE('source4')
bld.RECURSE('source4/libcli')
bld.RECURSE('libcli/smb')
bld.RECURSE('libcli/util')