diff options
author | Michael Adam <obnox@samba.org> | 2009-11-20 18:25:27 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-12-01 00:55:35 +0100 |
commit | 92547d2873b357b3d6ea21edff646a66f1d22368 (patch) | |
tree | b506b3e111a9195f2219b255a32a0061af249266 /source3 | |
parent | b82f6855a2762df6240caf100fe775aa06392c40 (diff) | |
download | samba-92547d2873b357b3d6ea21edff646a66f1d22368.tar.gz samba-92547d2873b357b3d6ea21edff646a66f1d22368.tar.bz2 samba-92547d2873b357b3d6ea21edff646a66f1d22368.zip |
s3:fix linking of the t_str* test programs
Michael
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 8 |
1 files changed, 4 insertions, 4 deletions
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 $@ |