Linking to libsmbclient shared library to a project which uses automake.
- Add the following line to the configure.in
- Call configure and remake the whole thing.
AC_CHECK_LIB(smbclient, smbc_init_context)
You should then be able to use libsmbclient.h in your code.
No comments:
Post a Comment