diff options
author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-18 19:24:43 +0200 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-10-18 19:35:11 +0200 |
commit | 3ead246062b927e44cb75e684cc67c41109d63c4 (patch) | |
tree | 8f804542b8972f21209ee71ed43bab38b9317327 /source4/auth/wscript_build | |
parent | a610ce4aa63b5bbe0886e510f7ccd9a6f95e266d (diff) | |
download | samba-3ead246062b927e44cb75e684cc67c41109d63c4.tar.gz samba-3ead246062b927e44cb75e684cc67c41109d63c4.tar.bz2 samba-3ead246062b927e44cb75e684cc67c41109d63c4.zip |
s4:"util_ldb" - remove some really unused dependancies
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index 38fb1b7707..e44a0324f9 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -33,7 +33,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session', bld.SAMBA_SUBSYSTEM('auth_sam', source='sam.c', autoproto='auth_sam.h', - public_deps='SAMDB UTIL_LDB LIBSECURITY ldb tevent', + public_deps='SAMDB LIBSECURITY ldb tevent', deps='' ) |