diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-27 21:09:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:30:06 -0500 |
commit | 5b94a9583f5fa167729fc6e425ae748c740a1ae1 (patch) | |
tree | b3af70bdcf6490ecc932150b28ac0a6b27953cd9 /source4/script | |
parent | 2c306f9af763e9c8a8bd6794c67fda2e391b800e (diff) | |
download | samba-5b94a9583f5fa167729fc6e425ae748c740a1ae1.tar.gz samba-5b94a9583f5fa167729fc6e425ae748c740a1ae1.tar.bz2 samba-5b94a9583f5fa167729fc6e425ae748c740a1ae1.zip |
r8806: Move data representation-independent data into seperate header
(This used to be commit 26e1fdf63007e28468a05b18bede1e69981edc12)
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 5f232a9fb4..2f899aef45 100755 --- a/source4/script/build_idl.sh +++ b/source4/script/build_idl.sh @@ -6,7 +6,7 @@ PIDL_EXTRA_ARGS="$*" [ -d librpc/gen_ndr ] || mkdir -p librpc/gen_ndr || exit 1 -PIDL="$PERL -Ibuild/pidl ./build/pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS" +PIDL="$PERL -Ibuild/pidl ./build/pidl/pidl --outputdir librpc/gen_ndr --parse --ndr-header --header --ndr-parser --server --client --dcom-proxy --com-header --swig --odl --ejs $PIDL_EXTRA_ARGS" if [ x$FULLBUILD = xFULL ]; then echo Rebuilding all idl files in librpc/idl |