From 56640a8501625d29745269fcddc1980c6b751a2a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 17:12:31 +1100 Subject: s4-rpc_server: split out DCERPC_SHARE as a separate subsystem this avoids a problem with -Wl,-no-undefined in the ntvfs layer Pair-Programmed-With: Andrew Bartlett --- source4/ntvfs/ipc/rap_server.c | 1 + source4/ntvfs/wscript_build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/ntvfs') diff --git a/source4/ntvfs/ipc/rap_server.c b/source4/ntvfs/ipc/rap_server.c index 126c78ca932..dbd1fccfea8 100644 --- a/source4/ntvfs/ipc/rap_server.c +++ b/source4/ntvfs/ipc/rap_server.c @@ -24,6 +24,7 @@ #include "libcli/raw/interfaces.h" #include "librpc/gen_ndr/srvsvc.h" #include "rpc_server/common/common.h" +#include "rpc_server/common/share.h" #include "param/param.h" #include "ntvfs/ipc/ipc.h" #include "ntvfs/ipc/proto.h" diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build index 48810f5dd3a..4948d2f9841 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_SHARE' ) -- cgit