Imported Upstream version 4.0.0+dfsg1
[abartlet/samba-debian.git] / libcli / util / wscript_build
diff --git a/libcli/util/wscript_build b/libcli/util/wscript_build
new file mode 100644 (file)
index 0000000..43c6cec
--- /dev/null
@@ -0,0 +1,11 @@
+#!/usr/bin/env python
+
+
+bld.SAMBA_LIBRARY('errors',
+                  public_headers='error.h ntstatus.h doserr.h werror.h',
+                  header_path='core',
+                  source='doserr.c errormap.c nterr.c errmap_unix.c',
+                  public_deps='talloc samba-util',
+                  private_library=True
+                  )
+