summaryrefslogtreecommitdiff
path: root/source4/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-21 01:51:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:34 -0500
commit253c1bec462de467a923f7a8951598f7abbe163e (patch)
treecd67da367d3fab5b7df9fc3176836c12c194ef8a /source4/pidl
parent03b05b9400d65efa2a0ad2a93adc8038df1e59af (diff)
downloadsamba-253c1bec462de467a923f7a8951598f7abbe163e.tar.gz
samba-253c1bec462de467a923f7a8951598f7abbe163e.tar.bz2
samba-253c1bec462de467a923f7a8951598f7abbe163e.zip
r20298: Fix pidl tests (missing symlink..).
(This used to be commit ab3d57394630cefc1fefe859c8bd3d56f6e63695)
Diffstat (limited to 'source4/pidl')
-rw-r--r--source4/pidl/tests/Util.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/pidl/tests/Util.pm b/source4/pidl/tests/Util.pm
index 83651e6073..cbe6283852 100644
--- a/source4/pidl/tests/Util.pm
+++ b/source4/pidl/tests/Util.pm
@@ -46,9 +46,9 @@ SKIP: {
$outfile = "test-$name";
}
- my $cflags = `pkg-config --libs --cflags ndr`;
+ my $flags = `pkg-config --libs --cflags ndr samba-config`;
- open CC, "|cc -x c - -o $outfile $cflags";
+ open CC, "|cc -x c - -o $outfile $flags";
print CC "#define uint_t unsigned int\n";
print CC "#define _GNU_SOURCE\n";
print CC "#include <stdint.h>\n";