summaryrefslogtreecommitdiff
path: root/source4/script
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-01-29 04:00:14 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:21 -0500
commit7d43a2bdfef260ebcb948d6d856345e51721ab6b (patch)
treeb045d1d83381eab37f810a2df07d38670500c4a9 /source4/script
parentf0158210b3057437e8df3668ca52b40c8ac72e2a (diff)
downloadsamba-7d43a2bdfef260ebcb948d6d856345e51721ab6b.tar.gz
samba-7d43a2bdfef260ebcb948d6d856345e51721ab6b.tar.bz2
samba-7d43a2bdfef260ebcb948d6d856345e51721ab6b.zip
r5087: Add --swig to pidl flags so that swig .i files are generated with
make idl. (This used to be commit 7ba9f329aa8baa8e8c0efe742ad51eb5b3487cbc)
Diffstat (limited to 'source4/script')
-rwxr-xr-xsource4/script/build_idl.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh
index dbd48e1485..aaa0b12af4 100755
--- a/source4/script/build_idl.sh
+++ b/source4/script/build_idl.sh
@@ -4,7 +4,7 @@ FULLBUILD=$1
[ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1
-PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client"
+PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --client --swig"
if [ x$FULLBUILD = xFULL ]; then
echo Rebuilding all idl files in librpc/idl