summaryrefslogtreecommitdiff
path: root/source4/script/build_idl.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-05-08 07:12:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:51:48 -0500
commit8c2636f59a48f327b26ebfc05386fa06e8c4841a (patch)
treefc919165d2b66fdc0161d871a10a1240e2911ae9 /source4/script/build_idl.sh
parentd2c7b5cd338d41f9b47113ec21b36a12fe10c3fc (diff)
downloadsamba-8c2636f59a48f327b26ebfc05386fa06e8c4841a.tar.gz
samba-8c2636f59a48f327b26ebfc05386fa06e8c4841a.tar.bz2
samba-8c2636f59a48f327b26ebfc05386fa06e8c4841a.zip
r586: removed --clientfns from build_idl.sh (tim removed that code from pidl)
(This used to be commit d1dcde1d913803a44b07a1937262ae627680072c)
Diffstat (limited to 'source4/script/build_idl.sh')
-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 51175d771a..a51a487612 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 --clientfns"
+PIDL="./build/pidl/pidl.pl --output librpc/gen_ndr/ndr_ --parse --header --parser --server"
TABLES="./build/pidl/tables.pl --output librpc/gen_ndr/tables"
if [ x$FULLBUILD = xFULL ]; then