diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 11:41:11 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 04574d5738bb6a3bed3f6ee536b93068517263d8 (patch) | |
tree | c52bf09a3b305373903637d9b6b86393c9450765 /source4/param/wscript_build | |
parent | 228803cd015e54362e988e168a9976f6b7a27f85 (diff) | |
download | samba-04574d5738bb6a3bed3f6ee536b93068517263d8.tar.gz samba-04574d5738bb6a3bed3f6ee536b93068517263d8.tar.bz2 samba-04574d5738bb6a3bed3f6ee536b93068517263d8.zip |
s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem
ldb-wrap and the ldif-handlers are not really related, and this allows
us to remove another dependency loop
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/param/wscript_build')
-rw-r--r-- | source4/param/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/param/wscript_build b/source4/param/wscript_build index a6c2bff080..62e14c4529 100644 --- a/source4/param/wscript_build +++ b/source4/param/wscript_build @@ -37,13 +37,13 @@ bld.SAMBA_MODULE('share_ldb', source='share_ldb.c', subsystem='share', init_function='share_ldb_init', - deps='LDBSAMBA' + deps='LDBSAMBA auth_system_session' ) bld.SAMBA_SUBSYSTEM('SECRETS', source='secrets.c', - deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent LDBSAMBA' + deps='ldb TDB_WRAP UTIL_TDB NDR_SECURITY tevent ldbwrap' ) |