diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-21 17:12:31 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-21 19:03:27 +1100 |
commit | 56640a8501625d29745269fcddc1980c6b751a2a (patch) | |
tree | 542598bd28bfe0293bf587eddfd3ab08e9a8816b /source4/ntvfs | |
parent | 1748d10e47c1000c56594a103c35b7962b5a5da2 (diff) | |
download | samba-56640a8501625d29745269fcddc1980c6b751a2a.tar.gz samba-56640a8501625d29745269fcddc1980c6b751a2a.tar.bz2 samba-56640a8501625d29745269fcddc1980c6b751a2a.zip |
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 <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs')
-rw-r--r-- | source4/ntvfs/ipc/rap_server.c | 1 | ||||
-rw-r--r-- | source4/ntvfs/wscript_build | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/ntvfs/ipc/rap_server.c b/source4/ntvfs/ipc/rap_server.c index 126c78ca93..dbd1fccfea 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 48810f5dd3..4948d2f984 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' ) |