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 /lib/addns | |
parent | a8f5faa09a8680b982c01223ba3b0b79c8b92d4a (diff) | |
download | samba-39076c5a3f8aebde8709eb9a2367b76789142aed.tar.gz samba-39076c5a3f8aebde8709eb9a2367b76789142aed.tar.bz2 samba-39076c5a3f8aebde8709eb9a2367b76789142aed.zip |
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 'lib/addns')
-rw-r--r-- | lib/addns/wscript | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/addns/wscript b/lib/addns/wscript deleted file mode 100644 index 83945bc1b4..0000000000 --- a/lib/addns/wscript +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/env python - -import Options - -def configure(conf): - pass - #conf.CHECK_HEADERS('sys/uuid.h') |