svn commit: samba r2223 - in branches/SAMBA_4_0/source/build/pidl: .

tpot at samba.org tpot at samba.org
Sat Sep 4 01:53:20 GMT 2004


Author: tpot
Date: 2004-09-04 01:53:20 +0000 (Sat, 04 Sep 2004)
New Revision: 2223

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/build/pidl&rev=2223&nolog=1

Log:
Include autogenerated header file for idl file we are processing with
--eparser.

Modified:
   branches/SAMBA_4_0/source/build/pidl/pidl.pl


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/pidl.pl
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/pidl.pl	2004-09-04 01:50:11 UTC (rev 2222)
+++ branches/SAMBA_4_0/source/build/pidl/pidl.pl	2004-09-04 01:53:20 UTC (rev 2223)
@@ -150,6 +150,7 @@
 		IdlEParser::ParseHeader($pidl, $parser);
 		my($header) = dirname($output) . "/packet-dcerpc-proto.h";
 		open(OUT, ">>$header") || die "can't open $header";
+		print OUT "#include \"ndr_$basename.h\"\n";
 		print OUT "#include \"packet-dcerpc-proto-$basename.h\"\n";
 		close(OUT);
 	}



More information about the samba-cvs mailing list