From 92547d2873b357b3d6ea21edff646a66f1d22368 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Nov 2009 18:25:27 +0100 Subject: s3:fix linking of the t_str* test programs Michael --- source3/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index 75d8133a04..2a627f7209 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -2875,19 +2875,19 @@ bin/tdbtorture@EXEEXT@: $(BINARY_PREREQS) $(TDBTORTURE_OBJ) $(LIBTALLOC) $(LIBTD bin/t_strcmp@EXEEXT@: $(BINARY_PREREQS) $(LIBTALLOC) bin/libbigballofmud.@SHLIBEXT@ torture/t_strcmp.o $(CC) -o $@ $(DYNEXP) $(LIBS) $(LIBTALLOC_LIBS) \ - torture/t_strcmp.o -L ./bin -lbigballofmud + torture/t_strcmp.o -L ./bin -lbigballofmud $(LIBWBCLIENT_LIBS) bin/t_strstr@EXEEXT@: $(BINARY_PREREQS) $(LIBTALLOC) bin/libbigballofmud.@SHLIBEXT@ torture/t_strstr.o $(CC) -o $@ $(DYNEXP) $(LIBS) $(LIBTALLOC_LIBS) \ - torture/t_strstr.o -L ./bin -lbigballofmud + torture/t_strstr.o -L ./bin -lbigballofmud $(LIBWBCLIENT_LIBS) bin/t_strappend@EXEEXT@: $(BINARY_PREREQS) $(LIBTALLOC) bin/libbigballofmud.@SHLIBEXT@ torture/t_strappend.o $(CC) -o $@ $(DYNEXP) $(LIBS) $(LIBTALLOC_LIBS) \ - torture/t_strappend.o -L ./bin -lbigballofmud + torture/t_strappend.o -L ./bin -lbigballofmud $(LIBWBCLIENT_LIBS) bin/t_stringoverflow@EXEEXT@: $(BINARY_PREREQS) bin/libbigballofmud.@SHLIBEXT@ torture/t_stringoverflow.o $(CC) -o $@ $(DYNEXP) torture/t_stringoverflow.o \ - -L./bin -lbigballofmud + -L./bin -lbigballofmud $(LIBWBCLIENT_LIBS) bin/timelimit@EXEEXT@: script/tests/timelimit.o @echo Linking $@ -- cgit