]> git.proxmox.com Git - libgit2.git/blob - libgit2.pc.in
Add support for installing to a libdir other than 'lib'.
[libgit2.git] / libgit2.pc.in
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=@libdir@
4 includedir=${prefix}/include
5
6 Name: libgit2
7 Description: The git library, take 2
8 Version: 0.0.1
9 Requires: libcrypto
10 Libs: -L${libdir} -lgit2 -lz -lcrypto
11 Cflags: -I${includedir}