f0a37bdadc
Stop using the $VERSION variable as it seems to be magically used by autoconfig itself and thus gets set to the value set in AC_INIT() without us wanting that. $LIBSSH2VER is now the libssh2 version as detected. Reported by: Paul Howarth Bug: http://www.libssh2.org/mail/libssh2-devel-archive-2011-04/0008.shtml
17 lines
468 B
PkgConfig
17 lines
468 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 connunication
|
|
Version: @LIBSSH2VER@
|
|
Libs: -L${libdir} -lssh2 @LDFLAGS@ @LIBS@
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|