ntvfs_ipc: add missing dependency on dcerpc_common.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 20:57:40 +0000 (22:57 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 10 Oct 2010 23:06:35 +0000 (01:06 +0200)
source4/ntvfs/wscript_build

index 820c6607a7fe5c0b3ea88222343e9cbd00bb4df9..1dd67216d3fbdc491bfa4b5da239e1b2b6bf9838 100644 (file)
@@ -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'
        )