* libssh git version control <[email protected]> [110614 13:47]:
> +++ b/libssh_threads.pc.cmake
> +Name: ${APPLICATION_NAME}_threads
> +Description: The SSH Library Thread Extension
> +Version: ${APPLICATION_VERSION}
> +Libs: -L${LIB_INSTALL_DIR} -lssh -lssh_threads
It this supposed to be used instead of libssh.pc or why
does it list -lssh?
And is it guaranteed that libssh_threads will never user libssh?
Otherwise it might make more sense to move the -lssh already to
the place it needs to be if libssh_threads uses it, to avoid that
being forgotten once that is needed.
Bernhard R. Link