summaryrefslogtreecommitdiff
path: root/source4/ntvfs
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-04-06 14:29:34 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-06 08:12:19 +0200
commit5adf85e6afa949f8e636327bb3446aa4f41948a7 (patch)
tree1cadcf16b8564956c48bbcb837e8145e8d867614 /source4/ntvfs
parenta8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c (diff)
downloadsamba-5adf85e6afa949f8e636327bb3446aa4f41948a7.tar.gz
samba-5adf85e6afa949f8e636327bb3446aa4f41948a7.tar.bz2
samba-5adf85e6afa949f8e636327bb3446aa4f41948a7.zip
tstream: make npa_tstream a private library
this prevents symbol duplication of the npa_tstream symbols Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/ntvfs')
-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 d020465f1b..43a6cd647f 100644
--- a/source4/ntvfs/wscript_build
+++ b/source4/ntvfs/wscript_build
@@ -52,7 +52,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 DCERPC_SHARE'
+ deps='NDR_NAMED_PIPE_AUTH npa_tstream gssapi credentials DCERPC_SHARE'
)