Rename 'errors' to 'samba-errors' and make it public.
[obnox/samba/samba-obnox.git] / libcli / util / wscript_build
index ccb882d7618b2916c1e9eeff9ac2cf406f4ebb40..8123914e482a79959f7fa6a511f89a7f1ca87032 100644 (file)
@@ -1,11 +1,13 @@
 #!/usr/bin/env python
 
 
-bld.SAMBA_LIBRARY('errors',
+bld.SAMBA_LIBRARY('samba-errors',
                   public_headers='error.h ntstatus.h doserr.h werror.h hresult.h',
                   header_path='core',
                   source='doserr.c errormap.c nterr.c errmap_unix.c hresult.c',
                   public_deps='talloc samba-debug',
-                  private_library=True
+                  # private_library=True,
+                  pc_files=[],
+                  vnum='1',
                   )