summaryrefslogtreecommitdiffstats
path: root/lib/addns/wscript
Commit message (Collapse)AuthorAgeFilesLines
* build: Remove all references to libuuidAndrew Bartlett2012-05-271-7/+0
| | | | | | | | | 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
* Eliminate dependency on an external uuid library.Andriy Syrovenko2012-05-271-1/+2
|
* addns: Fix the Solaris/Illumos build.Ira Cooper2012-03-071-0/+6
uuid_t is not defined without including sys/uuid.h, configure+waf checks added. Signed-off-by: Jeremy Allison <jra@samba.org>