Changed test files to use tabs instead of spaces
[libgit2.git] / libgit2.pc.in
blob83fc82fc80ee42dc76405745ac74a80f7b7a9fd0
1 prefix=@prefix@
2 exec_prefix=${prefix}
3 libdir=@libdir@
4 includedir=${prefix}/include
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}