r12539: fix the pidl tests
authorStefan Metzmacher <metze@samba.org>
Wed, 28 Dec 2005 09:31:43 +0000 (09:31 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:47:54 +0000 (13:47 -0500)
metze
(This used to be commit 4b90ad7a272b3cb976c2efc2c67b339519b1cd90)

source4/pidl/tests/Util.pm

index 52fde11bf530cd38f745fbcae51cf042f9262689..c85ef72d0ab6cddf7786228cc7c6c48b5c25692f 100644 (file)
@@ -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 -";