s3-nsswitch: fix make test_wbpad.
authorGünther Deschner <gd@samba.org>
Tue, 14 Apr 2009 12:55:24 +0000 (14:55 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 14 Apr 2009 12:56:59 +0000 (14:56 +0200)
Guenther

source3/script/tests/wb_pad.sh

index f1f5ca24c4dff5db5314571ca2258eb2d89610fb..10cedc897de973d58aeda3fc1ce99b7f2d44c86f 100755 (executable)
@@ -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