summaryrefslogtreecommitdiff
path: root/source4/ntvfs/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 17:12:31 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:27 +1100
commit56640a8501625d29745269fcddc1980c6b751a2a (patch)
tree542598bd28bfe0293bf587eddfd3ab08e9a8816b /source4/ntvfs/wscript_build
parent1748d10e47c1000c56594a103c35b7962b5a5da2 (diff)
downloadsamba-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/wscript_build')
-rw-r--r--source4/ntvfs/wscript_build2
1 files changed, 1 insertions, 1 deletions
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'
)