diff options
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 767217d817a..4368cbf0b50 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -91,7 +91,7 @@ bld.SAMBA3_SUBSYSTEM('AVAHI', bld.SAMBA3_SUBSYSTEM('GROUPDB', source='groupdb/mapping.c groupdb/mapping_tdb.c', - deps='tdb_compat') + deps='tdb') bld.SAMBA3_SUBSYSTEM('TLDAP', source='''lib/tldap.c @@ -642,7 +642,7 @@ bld.SAMBA3_SUBSYSTEM('LOCKING', locking/posix.c locking/share_mode_lock.c''', deps=''' - tdb_compat + tdb talloc LEASES_DB NDR_OPEN_FILES @@ -663,7 +663,7 @@ else: bld.SAMBA3_SUBSYSTEM('PRINTBASE', source='''printing/notify.c printing/printing_db.c''', - deps='samba-util tdb_compat') + deps='samba-util tdb') bld.SAMBA3_SUBSYSTEM('PRINTBACKEND', source='''printing/printing.c @@ -672,7 +672,7 @@ bld.SAMBA3_SUBSYSTEM('PRINTBACKEND', printing/nt_printing_migrate_internal.c printing/nt_printing_ads.c printing/queue_process.c''', - deps='PRINTBASE LIBADS_PRINTER tdb_compat printing_migrate') + deps='PRINTBASE LIBADS_PRINTER tdb printing_migrate') bld.SAMBA3_LIBRARY('printing_migrate', source='printing/nt_printing_migrate.c rpc_client/cli_winreg_spoolss.c printing/nt_printing_os2.c', @@ -690,7 +690,7 @@ bld.SAMBA3_SUBSYSTEM('PRINTING', printing/print_standard.c printing/print_iprint.c printing/printer_list.c''', - deps='NDR_PRINTCAP tdb_compat cups') + deps='NDR_PRINTCAP tdb cups') bld.SAMBA3_SUBSYSTEM('PASSWD_UTIL', source='utils/passwd_util.c', @@ -727,7 +727,7 @@ bld.SAMBA3_SUBSYSTEM('LIBNET_SAMSYNC', bld.SAMBA3_SUBSYSTEM('LIBEVENTLOG', source='lib/eventlog/eventlog.c', - deps='NDR_EVENTLOG tdb_compat') + deps='NDR_EVENTLOG tdb') bld.SAMBA3_SUBSYSTEM('LIBNMB', source='''libsmb/unexpected.c @@ -764,7 +764,7 @@ bld.SAMBA3_SUBSYSTEM('SAMBA_VERSION', bld.SAMBA3_SUBSYSTEM('SLCACHE', source='libsmb/samlogon_cache.c', - deps='samba-util tdb_compat') + deps='samba-util tdb') bld.SAMBA3_SUBSYSTEM('DCUTIL', source='''libsmb/namequery_dc.c |