diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-22 04:23:23 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-23 04:20:30 +0200 |
commit | 9c109fb51d9eb9df815ed52e6cd25a91b6eefbe8 (patch) | |
tree | 7965744ab822936bf0cb482b8e1faa7ac307cd72 /source4/librpc/scripts | |
parent | 564b6ed025bdfbd93876e084e9f3dd1a6774fa5c (diff) | |
download | samba-9c109fb51d9eb9df815ed52e6cd25a91b6eefbe8.tar.gz samba-9c109fb51d9eb9df815ed52e6cd25a91b6eefbe8.tar.bz2 samba-9c109fb51d9eb9df815ed52e6cd25a91b6eefbe8.zip |
Disable building of EJS DCE/RPC support.
(This used to be commit c7bc9321b38a360d2e8d5258fadb30790342d032)
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 5796f40c61..3f13b64a2e 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 --ejs --python $PIDL_EXTRA_ARGS" +PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python $PIDL_EXTRA_ARGS" if [ x$FULLBUILD = xFULL ]; then echo Rebuilding all idl files in $IDLDIR |