diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-27 13:20:56 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-27 11:08:22 +0200 |
commit | 39076c5a3f8aebde8709eb9a2367b76789142aed (patch) | |
tree | a6ce386fc8c6af76e3ffe2ad40c65b335ea1e964 /wscript | |
parent | a8f5faa09a8680b982c01223ba3b0b79c8b92d4a (diff) | |
download | samba-39076c5a3f8aebde8709eb9a2367b76789142aed.tar.gz |
build: Remove all references to libuuid
We simply do not need this library any more.
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Sun May 27 11:08:22 CEST 2012 on sn-devel-104
Diffstat (limited to 'wscript')
-rwxr-xr-x | wscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -123,7 +123,6 @@ def configure(conf): conf.RECURSE('pidl') conf.RECURSE('selftest') conf.RECURSE('source3') - conf.RECURSE('lib/addns') conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS() |