diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-10-07 17:24:12 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-10-11 13:41:36 +1100 |
commit | fe02752ed6493efb7af28faa3d64d9fd7895d6f1 (patch) | |
tree | 22463dbd5f702c76ce0021f7aa6fbcc31afe2378 /source3/wscript_build | |
parent | 561d834123a2a8a96954f7cca556f8838ab38b72 (diff) | |
download | samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.tar.gz samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.tar.bz2 samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.zip |
auth: move gensec_start.c to the top level
This does not change who uses gensec for now, but makes it possible to
write new gensec modules outside source4/
Andrew Bartlett
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 78b24746b3..c6a2dd5557 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -805,7 +805,7 @@ bld.SAMBA3_SUBSYSTEM('LIBSMB_ERR', bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP', source=LIBNTLMSSP_SRC, - deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON gensec_runtime', + deps='LIBSMB_ERR NDR_NTLMSSP NTLMSSP_COMMON gensec', vars=locals()) bld.SAMBA3_LIBRARY('libsmb', |