r18230: Build Samba3 RPC client<->libndr glue code.
authorJelmer Vernooij <jelmer@samba.org>
Thu, 7 Sep 2006 20:13:10 +0000 (20:13 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:16 +0000 (11:51 -0500)
source/script/build_idl.sh

index aeea78be36f6d18068952554240f16ed71b6e1a9..2b90d27436587cdca49b3e255345d75eb73f7858 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-PIDL_ARGS="--outputdir librpc/gen_ndr --header --ndr-parser --"
+PIDL_ARGS="--outputdir librpc/gen_ndr --header --ndr-parser --samba3-ndr-client --"
 PIDL_EXTRA_ARGS="$*"
 
 oldpwd=`pwd`