summaryrefslogtreecommitdiff
path: root/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-03-14 21:57:44 +0100
committerJelmer Vernooij <jelmer@samba.org>2009-03-14 21:57:44 +0100
commit4638633308e0508fa753173fa3e430c38e51732e (patch)
tree742170c0834ca064dab0c0883a06f5ffb8194af2 /pidl
parent66a26a0ac27462361cb94e3ef1744d275bd95da1 (diff)
downloadsamba-4638633308e0508fa753173fa3e430c38e51732e.tar.gz
samba-4638633308e0508fa753173fa3e430c38e51732e.tar.bz2
samba-4638633308e0508fa753173fa3e430c38e51732e.zip
Move tdr to top-level.
Diffstat (limited to 'pidl')
-rw-r--r--pidl/lib/Parse/Pidl/Samba4/TDR.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pidl/lib/Parse/Pidl/Samba4/TDR.pm b/pidl/lib/Parse/Pidl/Samba4/TDR.pm
index 568dff5adf..a6b74a0ba4 100644
--- a/pidl/lib/Parse/Pidl/Samba4/TDR.pm
+++ b/pidl/lib/Parse/Pidl/Samba4/TDR.pm
@@ -271,7 +271,7 @@ sub Parser($$$$)
$self->pidl("");
$self->pidl_hdr("/* autogenerated by pidl */");
$self->pidl_hdr("#include \"$baseheader\"");
- $self->pidl_hdr(choose_header("tdr/tdr.h", "tdr.h"));
+ $self->pidl_hdr(choose_header("lib/tdr/tdr.h", "tdr.h"));
$self->pidl_hdr("");
foreach (@$idl) { $self->ParserInterface($_) if ($_->{TYPE} eq "INTERFACE"); }