summaryrefslogtreecommitdiff
path: root/source3/librpc/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-04 13:58:25 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-04 16:37:19 +0100
commitfbcbeabd655029309ee42627a0bb75d6a5820f50 (patch)
tree333cdcd9a63f9ffd02789fe28519d6e7a5ff7208 /source3/librpc/wscript_build
parent1cbce84683ef4fa49b85d87988c5e8db7057530a (diff)
downloadsamba-fbcbeabd655029309ee42627a0bb75d6a5820f50.tar.gz
samba-fbcbeabd655029309ee42627a0bb75d6a5820f50.tar.bz2
samba-fbcbeabd655029309ee42627a0bb75d6a5820f50.zip
s3:build: don't use cli_wbint.c any more
metze
Diffstat (limited to 'source3/librpc/wscript_build')
-rw-r--r--source3/librpc/wscript_build5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/librpc/wscript_build b/source3/librpc/wscript_build
index 0bb73222a7..5b305075bd 100644
--- a/source3/librpc/wscript_build
+++ b/source3/librpc/wscript_build
@@ -45,11 +45,6 @@ bld.SAMBA_SUBSYSTEM('RPC_NDR_WBINT',
public_deps='dcerpc NDR_WBINT'
)
-bld.SAMBA_SUBSYSTEM('RPCCLI_NDR_WBINT',
- source='../librpc/gen_ndr/cli_wbint.c',
- public_deps='RPC_NDR_WBINT'
- )
-
bld.SAMBA_SUBSYSTEM('SRV_NDR_WBINT',
source='../librpc/gen_ndr/srv_wbint.c',
public_deps='NDR_WBINT'