summaryrefslogtreecommitdiff
path: root/source3/script
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-04-14 14:55:24 +0200
committerGünther Deschner <gd@samba.org>2009-04-14 14:56:59 +0200
commit1b9384a11f2957bcfbe9f23e023c79535d4a7bc9 (patch)
treee0171fd237ceda0cd93aa38b94b2782c61c2f41a /source3/script
parent74707e8e8e1be2cbaa71fb0442957be2e663cbde (diff)
downloadsamba-1b9384a11f2957bcfbe9f23e023c79535d4a7bc9.tar.gz
samba-1b9384a11f2957bcfbe9f23e023c79535d4a7bc9.tar.bz2
samba-1b9384a11f2957bcfbe9f23e023c79535d4a7bc9.zip
s3-nsswitch: fix make test_wbpad.
Guenther
Diffstat (limited to 'source3/script')
-rwxr-xr-xsource3/script/tests/wb_pad.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/wb_pad.sh b/source3/script/tests/wb_pad.sh
index f1f5ca24c4..10cedc897d 100755
--- a/source3/script/tests/wb_pad.sh
+++ b/source3/script/tests/wb_pad.sh
@@ -46,7 +46,7 @@ cleanup() {
rmdir $tempdir
}
-cflags="-I. -I./../lib/replace -Iinclude"
+cflags="-I. -I../ -I./../lib/replace -Iinclude"
${CC:-gcc} -m32 $RPM_OPT_FLAGS $CFLAGS -o $tempdir/wb_pad_32 $cflags $tempdir/wb_pad.c
if [ $? -ne 0 ]; then
cleanup