lib/util_tdb: depend directly on tdb, not tdb_compat.
[obnox/samba/samba-obnox.git] / lib / util / wscript_build
index 1cefe2d642ae0f43d4eeea1dcf8ae12083964d20..92221b9494762b547748da246c10d8f98c7b8a73 100755 (executable)
@@ -41,7 +41,7 @@ bld.SAMBA_SUBSYSTEM('UNIX_PRIVS',
 bld.SAMBA_LIBRARY('util_tdb',
        source='util_tdb.c',
        local_include=False,
-       public_deps='tdb_compat talloc',
+       public_deps='tdb talloc',
        private_library=True
        )