summaryrefslogtreecommitdiff
path: root/source4/librpc/scripts
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-09 13:20:42 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-15 17:37:06 +0200
commit9b21042938214137cd62e5017a2bf46288e44570 (patch)
treee5d12a504a2faa2431b9fddd54f0267b6c0c5ca7 /source4/librpc/scripts
parent947bde9562917e8948af93f86e90653ec717d47c (diff)
downloadsamba-9b21042938214137cd62e5017a2bf46288e44570.tar.gz
Build (D)COM output again.
Diffstat (limited to 'source4/librpc/scripts')
-rwxr-xr-xsource4/librpc/scripts/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/scripts/build_idl.sh b/source4/librpc/scripts/build_idl.sh
index 3f13b64a2e9..5b2d09f6542 100755
--- a/source4/librpc/scripts/build_idl.sh
+++ b/source4/librpc/scripts/build_idl.sh
@@ -8,7 +8,7 @@ PIDL_EXTRA_ARGS="$*"
[ -d $OUTDIR ] || mkdir -p $OUTDIR || exit 1
-PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python $PIDL_EXTRA_ARGS"
+PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python --dcom-proxy --com-header $PIDL_EXTRA_ARGS"
if [ x$FULLBUILD = xFULL ]; then
echo Rebuilding all idl files in $IDLDIR