diff options
author | Tim Potter <tpot@samba.org> | 2004-04-25 22:58:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:51:34 -0500 |
commit | 3dce6f1e23eb9b902c3b9b46214dc5ef2d6b8920 (patch) | |
tree | 036acd0d40bd94d95c288ccf06be3eb830b0b110 /source4/script | |
parent | f3d3b3c8091ad4540c330c07662540440affb96e (diff) | |
download | samba-3dce6f1e23eb9b902c3b9b46214dc5ef2d6b8920.tar.gz samba-3dce6f1e23eb9b902c3b9b46214dc5ef2d6b8920.tar.bz2 samba-3dce6f1e23eb9b902c3b9b46214dc5ef2d6b8920.zip |
r356: Start of auto-generated client functions. Tridge can you take a look
and tell me what you think? Output does not compile yet.
(This used to be commit 65692c9a9301329ad93628778e3d8f9188a67059)
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 a51a487612..51175d771a 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="./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server" +PIDL="./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server --clientfns" TABLES="./build/pidl/tables.pl --output librpc/gen_ndr/tables" if [ x$FULLBUILD = xFULL ]; then |