diff options
Diffstat (limited to 'source4/ntvfs/wscript_build')
-rw-r--r-- | source4/ntvfs/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build index 8aead7f224..820c6607a7 100644 --- a/source4/ntvfs/wscript_build +++ b/source4/ntvfs/wscript_build @@ -49,7 +49,7 @@ bld.SAMBA_MODULE('ntvfs_ipc', autoproto='ipc/proto.h', subsystem='ntvfs', init_function='ntvfs_ipc_init', - deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM HEIMDAL_GSSAPI CREDENTIALS' + deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi CREDENTIALS' ) |