diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-10 22:57:40 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-11 01:06:35 +0200 |
commit | 41e55d78944a04b0fa8b351ff4a25c78bc9499a3 (patch) | |
tree | 6837a410e608bd9eea17bfc99f2558ee29213817 /source4/ntvfs/wscript_build | |
parent | 2c9ebb764657b3fea9161190cf924ff638eab9b2 (diff) | |
download | samba-41e55d78944a04b0fa8b351ff4a25c78bc9499a3.tar.gz samba-41e55d78944a04b0fa8b351ff4a25c78bc9499a3.tar.bz2 samba-41e55d78944a04b0fa8b351ff4a25c78bc9499a3.zip |
ntvfs_ipc: add missing dependency on dcerpc_common.
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 820c6607a7..1dd67216d3 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 gssapi CREDENTIALS' + deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi CREDENTIALS DCERPC_COMMON' ) |