diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-09 13:20:42 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-15 17:37:06 +0200 |
commit | 9b21042938214137cd62e5017a2bf46288e44570 (patch) | |
tree | e5d12a504a2faa2431b9fddd54f0267b6c0c5ca7 /source4/librpc/scripts | |
parent | 947bde9562917e8948af93f86e90653ec717d47c (diff) | |
download | samba-9b21042938214137cd62e5017a2bf46288e44570.tar.gz samba-9b21042938214137cd62e5017a2bf46288e44570.tar.bz2 samba-9b21042938214137cd62e5017a2bf46288e44570.zip |
Build (D)COM output again.
Diffstat (limited to 'source4/librpc/scripts')
-rwxr-xr-x | source4/librpc/scripts/build_idl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/scripts/build_idl.sh b/source4/librpc/scripts/build_idl.sh index 3f13b64a2e..5b2d09f654 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 |