From 43c3c7349d4d5029fc800d46c2c589f28daadb89 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 28 Dec 2005 09:31:43 +0000 Subject: r12539: fix the pidl tests metze (This used to be commit 4b90ad7a272b3cb976c2efc2c67b339519b1cd90) --- source4/pidl/tests/Util.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm index 52fde11bf5..c85ef72d0a 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 -"; -- cgit