
This is necessary so that other libs which lookup libssh2 info via pkg-config can add the right crypto lib dependencies.
18 строки
493 B
PkgConfig
18 строки
493 B
PkgConfig
###########################################################################
|
|
# libssh2 installation details
|
|
###########################################################################
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libssh2
|
|
URL: http://www.libssh2.org/
|
|
Description: Library for SSH-based communication
|
|
Version: @LIBSSH2VER@
|
|
Requires: @LIBSREQUIRED@
|
|
Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|