Make libtorture private, for now.
[obnox/samba/samba-obnox.git] / lib / torture / wscript_build
index ad047e211fcdec7278b2a8d14891d8f10c202f04..2c0064e9edbf8edd1f265ab146c6c373e20713f6 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 errors talloc tevent',
+    private_headers='torture.h'
+    )