Author: metze Date: 2005-12-28 09:31:43 +0000 (Wed, 28 Dec 2005) New Revision: 12539
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12539 Log: fix the pidl tests metze Modified: branches/SAMBA_4_0/source/pidl/tests/Util.pm Changeset: Modified: branches/SAMBA_4_0/source/pidl/tests/Util.pm =================================================================== --- branches/SAMBA_4_0/source/pidl/tests/Util.pm 2005-12-28 09:24:21 UTC (rev 12538) +++ branches/SAMBA_4_0/source/pidl/tests/Util.pm 2005-12-28 09:31:43 UTC (rev 12539) @@ -48,7 +48,7 @@ my $outfile = "test-$name"; #my $cflags = $ENV{CFLAGS}; - my $cflags = "-Iinclude -I."; + my $cflags = "-Iinclude -Ilib -I."; if ($insamba and $link) { open CC, "|cc -x c -o $outfile $cflags -";
