Rename 'errors' to 'samba-errors' and make it public.
[obnox/samba/samba-obnox.git] / lib / torture / wscript_build
index 7830b3a039bc9f11cbd0824301da2e4797616ada..31c386277fb4874f9bfd017ddadbaea5f11c2f68 100644 (file)
@@ -1,11 +1,8 @@
 #!/usr/bin/env python
 
-
 bld.SAMBA_LIBRARY('torture',
-       source='torture.c subunit.c ../subunit/c/lib/child.c',
-       vnum='0.0.1',
-       pc_files='torture.pc',
-       public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-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'
+    )