summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-23 16:40:43 -0700
committerGünther Deschner <gd@samba.org>2010-09-23 16:43:08 -0700
commit00be7ea4130955021704066401f6d47bd1c717e7 (patch)
tree9d075fff959a0b4134d3d8bb5908760126bf00c8
parent260ad237273d3a1c34811a970680488ad3a83013 (diff)
downloadsamba-00be7ea4130955021704066401f6d47bd1c717e7.tar.gz
samba-00be7ea4130955021704066401f6d47bd1c717e7.tar.bz2
samba-00be7ea4130955021704066401f6d47bd1c717e7.zip
s3-waf: fix the build.
Guenther
-rw-r--r--source3/wscript_build7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 75c7e0b7ed..98b609b212 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1345,6 +1345,9 @@ bld.SAMBA_SUBSYSTEM('NDR_STANDARD',
source=LIBNDR_SRC,
vars=locals())
+#FIXME
+bld.SAMBA_SUBSYSTEM('dcerpc', '')
+
bld.SAMBA_SUBSYSTEM('LZXPRESS',
deps='replace',
source='../lib/compression/lzxpress.c')
@@ -1358,6 +1361,10 @@ 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')