From: Stefan Metzmacher Date: Wed, 28 Dec 2005 09:31:43 +0000 (+0000) Subject: r12539: fix the pidl tests X-Git-Tag: samba-4.0.0alpha6~801^3~7688 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=43c3c7349d4d5029fc800d46c2c589f28daadb89 r12539: fix the pidl tests metze (This used to be commit 4b90ad7a272b3cb976c2efc2c67b339519b1cd90) --- diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm index 52fde11bf53..c85ef72d0ab 100644 --- a/source4/pidl/tests/Util.pm +++ b/source4/pidl/tests/Util.pm @@ -48,7 +48,7 @@ SKIP: { 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 -";