mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
r25457: use different location for out-of-tree builds
(This used to be commit aa089378a0
)
This commit is contained in:
parent
5ecd526d1c
commit
fd6288c584
@ -10,7 +10,7 @@ use strict;
|
||||
use Parse::Pidl qw(fatal);
|
||||
use Parse::Pidl::Typelist qw(mapTypeName scalar_is_reference);
|
||||
use Parse::Pidl::Util qw(has_property is_constant unmake_str);
|
||||
use Parse::Pidl::Samba4 qw(is_intree ElementStars ArrayBrackets);
|
||||
use Parse::Pidl::Samba4 qw(is_intree ElementStars ArrayBrackets choose_header);
|
||||
|
||||
use vars qw($VERSION);
|
||||
$VERSION = '0.01';
|
||||
@ -326,7 +326,7 @@ sub HeaderImport
|
||||
foreach (@imports) {
|
||||
s/\.idl\"$//;
|
||||
s/^\"//;
|
||||
pidl "#include \"librpc/gen_ndr/$_\.h\"\n";
|
||||
pidl choose_header("librpc/gen_ndr/$_\.h", "gen_ndr/$_.h") . "\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user