pyldb: avoid segfault when adding an element with no name
[sfrench/samba-autobuild/.git] / lib / tdb_wrap / wscript_build
index 0e5532fbc3a226491405f132d7c364efae377f7b..7e113c32c0d0b26da2298e6a980681ae0e6f0e9a 100644 (file)
@@ -2,7 +2,7 @@
 
 bld.SAMBA_LIBRARY('tdb-wrap',
                   source='tdb_wrap.c',
-                  deps='tdb talloc samba-util samba-hostconfig',
+                  deps='tdb talloc samba-debug',
                   private_library=True,
                   local_include=False
                  )