summaryrefslogtreecommitdiff
path: root/source4/librpc/scripts
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-16 18:56:21 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-16 18:56:21 +0100
commitb5a0c4cefed62fcb67c5f214bed27083a44b012d (patch)
treec73676ff91f9f51e2367f5ff49ef0ee83ae438a3 /source4/librpc/scripts
parent9692c71aa1552a6415bec185706aa7afdf16c288 (diff)
downloadsamba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.tar.gz
samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.tar.bz2
samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.zip
Share object files for gen_ndr.
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 230939bb48..714f6d1f6a 100755
--- a/source4/librpc/scripts/build_idl.sh
+++ b/source4/librpc/scripts/build_idl.sh
@@ -7,7 +7,7 @@ IDL_FILES="$*"
[ -d $OUTDIR ] || mkdir -p $OUTDIR || exit 1
-PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --swig --python --dcom-proxy --com-header --includedir ../librpc/idl -- "
+PIDL="$PIDL --outputdir $OUTDIR --header --ndr-parser --server --client --python --dcom-proxy --com-header --includedir ../librpc/idl -- "
if [ x$FULLBUILD = xFULL ]; then
echo Rebuilding all idl files in $IDLDIR