diff options
author | Tim Potter <tpot@samba.org> | 2004-09-08 12:51:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:35 -0500 |
commit | ff19c6ac0d4a966022e59986ced52857f75f94df (patch) | |
tree | 4deb9ad405d03198a90f8c0c12cecd6fe25134d3 /source4/script | |
parent | 9c69fe6522289c154505beea554426b0bf308e06 (diff) | |
download | samba-ff19c6ac0d4a966022e59986ced52857f75f94df.tar.gz samba-ff19c6ac0d4a966022e59986ced52857f75f94df.tar.bz2 samba-ff19c6ac0d4a966022e59986ced52857f75f94df.zip |
r2255: Don't do experimental swig stuff by default.
(This used to be commit db191572ff9351ae84dc0c3d6302fa60b61cd179)
Diffstat (limited to 'source4/script')
-rwxr-xr-x | source4/script/build_idl.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/script/build_idl.sh b/source4/script/build_idl.sh index 4e69205487..ec67c0aec0 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 --swig" +PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server" TABLES="$PERL ./build/pidl/tables.pl --output librpc/gen_ndr/tables" if [ x$FULLBUILD = xFULL ]; then |