diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 01:23:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 23:54:04 +0000 |
commit | 539d5f518da96d348529f6a87064c040a63ba298 (patch) | |
tree | db1377d7ff50769b09a70dac084c68e27cd62b51 /source4/auth/wscript_build | |
parent | 5cbbe943664aa428785fdffa1d1e5192decd4783 (diff) | |
download | samba-539d5f518da96d348529f6a87064c040a63ba298.tar.gz samba-539d5f518da96d348529f6a87064c040a63ba298.tar.bz2 samba-539d5f518da96d348529f6a87064c040a63ba298.zip |
auth: Remove unnecessary dependencies, fix formatting.
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r-- | source4/auth/wscript_build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build index db8fdf8b00..38fb1b7707 100644 --- a/source4/auth/wscript_build +++ b/source4/auth/wscript_build @@ -11,7 +11,7 @@ bld.SAMBA_SUBSYSTEM('auth_session', autoproto='session_proto.h', public_deps='CREDENTIALS', public_headers='session.h', - header_path='samba', + header_path='samba', deps='SAMDB auth_sam' ) @@ -26,7 +26,7 @@ bld.SAMBA_SUBSYSTEM('auth_system_session', source='system_session.c', autoproto='system_session_proto.h', public_deps='CREDENTIALS', - deps='auth_session LIBSAMBA-UTIL LIBSECURITY' + deps='auth_session', ) |