summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-27 07:18:16 +0200
committerGünther Deschner <gd@samba.org>2010-09-27 07:18:16 +0200
commit122e35405ea0bdc4dad8c6c86deb60dfcfd6125f (patch)
tree5cebede455c672d077a96f77532331a0e5e2e78e
parentf2310cacde6cccbbdc80893ed2a571fcf1f81975 (diff)
downloadsamba-122e35405ea0bdc4dad8c6c86deb60dfcfd6125f.tar.gz
samba-122e35405ea0bdc4dad8c6c86deb60dfcfd6125f.tar.bz2
samba-122e35405ea0bdc4dad8c6c86deb60dfcfd6125f.zip
s3-waf: NDR_SRVSVC is defined now from the main librpc wscript_build.
Guenther
-rw-r--r--source3/wscript_build4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index a014887c30..d3f06e6269 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1329,10 +1329,6 @@ bld.SAMBA_SUBSYSTEM('NDR_DCERPC',
source='../librpc/gen_ndr/ndr_dcerpc.c',
vars=locals())
-bld.SAMBA_SUBSYSTEM('NDR_SRVSVC',
- source='../librpc/gen_ndr/ndr_srvsvc.c',
- vars=locals())
-
bld.SAMBA_SUBSYSTEM('LIBSAMBA-ERRORS',
source='../libcli/util/doserr.c libsmb/nterr.c')