AppBiulder + mysqlclient = link error

Hello. I need make GUI application with mysql support.
I use mysql vesion:
bash-2.05a# mysql --version
mysql Ver 12.16 Distrib 4.0.9-gamma, for pc-nto-qnx (x86)

in AB project properties in Link Libraries added :
-Bshared m mysqlclient

When i compile app, i always getting such message:
*** No rule to make target libmysqlclient.a', needed by /src/SHN_2/x86/o-g/SHN_2_g’. Stop.

How i can link mysqlclient library to my project?

You probably need to specify the path to the library with the -L option.

the problem was solved by editing make-file in section LIBS+=libmysqlclient.so