diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-04-23 15:03:05 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-04-23 20:48:02 +1000 |
commit | d910d848e367deedccaf410d2397c74dfec6bd24 (patch) | |
tree | 99d8dbb43b618d4d362341ff6e5937196481f007 /wscript | |
parent | c45f2508d5a7445df86d01400f14463ea8346a2a (diff) | |
download | samba-d910d848e367deedccaf410d2397c74dfec6bd24.tar.gz |
build: Remove support for a system libsmbclient
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
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -105,7 +105,6 @@ def configure(conf): conf.RECURSE('selftest') conf.RECURSE('source3') conf.RECURSE('lib/addns') - conf.RECURSE('source3/libsmb') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() |