summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/wscript
Commit message (Collapse)AuthorAgeFilesLines
* Add smbc_getPort(), smbc_setPort(). Bump the .so minor number.Jeremy Allison2013-06-111-1/+1
| | | | | Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: David Disseldorp <ddiss@samba.org>
* s3-libsmbclient: change vnum to 0.2.0Stefan Metzmacher2012-06-121-1/+1
| | | | metze
* build: Remove support for a system libsmbclientAndrew Bartlett2012-04-231-9/+0
| | | | | | | | | | | | | | | With the new --private-libraries option, there is no longer the need to have this support, which was aimed at avoiding the duplication between two different libsmbclient binaries in a packaged distribution. By using --private-libraries instead, we do not introduce a dependency between Samba 4.0 packages and whatever other packages are on the system. This effectivly reverts part of e3ffb31554927a24df35576bd753ee4eb2dc2a3c while kpeeing the improved SAMBA_LIBRARY declaration. Andrew Bartlett
* s3-waf: Add possibility to build with system libsmbclient.Andreas Schneider2012-04-171-0/+40