diff options
author | Tim Potter <tpot@samba.org> | 2004-09-08 11:54:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:58:35 -0500 |
commit | 3f7bf05f75c050c5132168b7eea6a346abfb482c (patch) | |
tree | 036922ea80caa257f8228b11c492e61842822061 /source4/script | |
parent | 0e6799177c5d1c0904a904d4ff705d33d74d7d56 (diff) | |
download | samba-3f7bf05f75c050c5132168b7eea6a346abfb482c.tar.gz samba-3f7bf05f75c050c5132168b7eea6a346abfb482c.tar.bz2 samba-3f7bf05f75c050c5132168b7eea6a346abfb482c.zip |
r2253: Add test program, as small example of what's going on.
(This used to be commit fd31ae38dfe2d005b3e01ac059c2e15fa389aad4)
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 ec67c0aec0..4e69205487 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" +PIDL="$PERL ./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --swig" TABLES="$PERL ./build/pidl/tables.pl --output librpc/gen_ndr/tables" if [ x$FULLBUILD = xFULL ]; then |