lib/tdb_wrap: use tdb directly, not tdb_compat.
[sfrench/samba-autobuild/.git] / lib / tdb_wrap / wscript_build
index 0811bc5a2dbdeb05ee033c431a8e957b23060bd3..0e5532fbc3a226491405f132d7c364efae377f7b 100644 (file)
@@ -2,7 +2,7 @@
 
 bld.SAMBA_LIBRARY('tdb-wrap',
                   source='tdb_wrap.c',
-                  deps='tdb_compat talloc samba-util samba-hostconfig',
+                  deps='tdb talloc samba-util samba-hostconfig',
                   private_library=True,
                   local_include=False
                  )