summaryrefslogtreecommitdiff
path: root/lib/addns/wscript
AgeCommit message (Collapse)AuthorFilesLines
2012-05-27build: Remove all references to libuuidAndrew Bartlett1-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
2012-05-27Eliminate dependency on an external uuid library.Andriy Syrovenko1-1/+2
2012-03-07addns: Fix the Solaris/Illumos build.Ira Cooper1-0/+6
uuid_t is not defined without including sys/uuid.h, configure+waf checks added. Signed-off-by: Jeremy Allison <jra@samba.org>