Rename 'errors' to 'samba-errors' and make it public.
[obnox/samba/samba-obnox.git] / lib / torture / wscript_build
index ad047e211fcdec7278b2a8d14891d8f10c202f04..31c386277fb4874f9bfd017ddadbaea5f11c2f68 100644 (file)
@@ -1,9 +1,8 @@
 #!/usr/bin/env python
 
 bld.SAMBA_LIBRARY('torture',
-       source='torture.c subunit.c simple.c',
-       vnum='0.0.1',
-       pc_files='torture.pc',
-       public_deps='samba-hostconfig samba-util errors talloc tevent',
-       public_headers='torture.h'
-       )
+    private_library=True,
+    source='torture.c subunit.c simple.c',
+    public_deps='samba-hostconfig samba-util samba-errors talloc tevent',
+    private_headers='torture.h'
+    )