diff options
author | Stefan Metzmacher <metze@samba.org> | 2005-12-28 09:31:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:54 -0500 |
commit | 43c3c7349d4d5029fc800d46c2c589f28daadb89 (patch) | |
tree | a458bf1f1896a7866c1b5346639a2bca7ef56d33 /source4/pidl/tests | |
parent | 773d5e0af01c2d4f8a6b9546a240fe46ffb81f21 (diff) | |
download | samba-43c3c7349d4d5029fc800d46c2c589f28daadb89.tar.gz samba-43c3c7349d4d5029fc800d46c2c589f28daadb89.tar.bz2 samba-43c3c7349d4d5029fc800d46c2c589f28daadb89.zip |
r12539: fix the pidl tests
metze
(This used to be commit 4b90ad7a272b3cb976c2efc2c67b339519b1cd90)
Diffstat (limited to 'source4/pidl/tests')
-rw-r--r-- | source4/pidl/tests/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 -"; |