]> git.proxmox.com Git - libgit2.git/blob - libgit2.pc.in
Merge pull request #1012 from carlosmn/libcrypto-sha
[libgit2.git] / libgit2.pc.in
1 libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
2 includedir=@CMAKE_INSTALL_PREFIX@/@INCLUDE_INSTALL_DIR@
3
4 Name: libgit2
5 Description: The git library, take 2
6 Version: @LIBGIT2_VERSION_STRING@
7 Requires: libcrypto
8 Libs: -L${libdir} -lgit2 -lz -lcrypto
9 Cflags: -I${includedir}