diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-03-17 12:12:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:05 -0500 |
commit | 795f59375721ac46b3d50297c782b0077b721870 (patch) | |
tree | 9ae361f31a416e683e1dd8dad88bf0cf694effbb /source4/build/pidl/pidl.pl | |
parent | 85e0b90cf3de8f9cff68c0fdadd6c9b315d48d37 (diff) | |
download | samba-795f59375721ac46b3d50297c782b0077b721870.tar.gz samba-795f59375721ac46b3d50297c782b0077b721870.tar.bz2 samba-795f59375721ac46b3d50297c782b0077b721870.zip |
r5852: Rename ndr.pm to ndr_parser.pm
I'm going to add a ndr.pm later on that'll generate a
tree with necessary information for the two NDR backends
(eparser, ndr_parser) containing alignment info, etc.
(This used to be commit 5162daa9464cd64930f5a8fd0d7b381b122c931d)
Diffstat (limited to 'source4/build/pidl/pidl.pl')
-rwxr-xr-x | source4/build/pidl/pidl.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/build/pidl/pidl.pl b/source4/build/pidl/pidl.pl index c94163f334..325f07b058 100755 --- a/source4/build/pidl/pidl.pl +++ b/source4/build/pidl/pidl.pl @@ -17,7 +17,7 @@ use idl; use dump; use ndr_client; use ndr_header; -use ndr; +use ndr_parser; use server; use dcom_proxy; use dcom_stub; |