Rename 'errors' to 'samba-errors' and make it public.
[obnox/samba/samba-obnox.git] / lib / torture / wscript_build
index 2c0064e9edbf8edd1f265ab146c6c373e20713f6..31c386277fb4874f9bfd017ddadbaea5f11c2f68 100644 (file)
@@ -3,6 +3,6 @@
 bld.SAMBA_LIBRARY('torture',
     private_library=True,
     source='torture.c subunit.c simple.c',
-    public_deps='samba-hostconfig samba-util errors talloc tevent',
+    public_deps='samba-hostconfig samba-util samba-errors talloc tevent',
     private_headers='torture.h'
     )