]> git.proxmox.com Git - libgit2.git/blame - libgit2.pc.in
Fix use of uninitialized variable
[libgit2.git] / libgit2.pc.in
CommitLineData
77ace82d 1libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
9795a40f 2includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
d7fbfe15
SF
3
4Name: libgit2
5Description: The git library, take 2
2327a7cc 6Version: @LIBGIT2_VERSION_STRING@
6f6a17db
SF
7Requires: libcrypto
8Libs: -L${libdir} -lgit2 -lz -lcrypto
d7fbfe15 9Cflags: -I${includedir}