diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/ntvfs/wscript_build | 2 | ||||
-rw-r--r-- | source4/smbd/wscript_build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build index d020465f1b..43a6cd647f 100644 --- a/source4/ntvfs/wscript_build +++ b/source4/ntvfs/wscript_build @@ -52,7 +52,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 gssapi credentials DCERPC_SHARE' + deps='NDR_NAMED_PIPE_AUTH npa_tstream gssapi credentials DCERPC_SHARE' ) diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build index 9d66889812..082ab6de46 100644 --- a/source4/smbd/wscript_build +++ b/source4/smbd/wscript_build @@ -3,7 +3,7 @@ bld.SAMBA_LIBRARY('service', source='service.c service_stream.c service_named_pipe.c service_task.c', autoproto='service_proto.h', - deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi credentials LIBTSOCKET LIBSAMBA_TSOCKET process_model', + deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH npa_tstream gssapi credentials LIBTSOCKET LIBSAMBA_TSOCKET process_model', private_library=True ) |