Rename 'errors' to 'samba-errors' and make it public.
[obnox/samba/samba-obnox.git] / lib / dbwrap / wscript_build
index 195ad4e040e16e9dbb6ea4e242d0b4a65dc01482..b719a606e1829dcee24dffff991b2993acd786f2 100644 (file)
@@ -1,6 +1,6 @@
 SRC = '''dbwrap.c dbwrap_util.c dbwrap_rbt.c dbwrap_cache.c dbwrap_tdb.c
          dbwrap_local_open.c'''
-DEPS= '''samba-util util_tdb errors tdb tdb-wrap samba-hostconfig'''
+DEPS= '''samba-util util_tdb samba-errors tdb tdb-wrap samba-hostconfig'''
 
 bld.SAMBA_LIBRARY('dbwrap',
                   source=SRC,