From bd5445ee4f663d18197dbb01078cc21342dd5045 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 15 Sep 2011 12:52:49 +0200 Subject: waf: restore libsmbclient handling. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Autobuild-Date: Thu Sep 15 15:31:59 CEST 2011 on sn-devel-104 --- wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript_build') 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') -- cgit