mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 13:36:17 +00:00

The libgit2.pc is generated on make install and installed, to allow using the lib through the pkg-config helper. Signed-off-by: Steve Frécinaux <code@istique.net> Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
12 lines
220 B
PkgConfig
12 lines
220 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libgit2
|
|
Description: The git library, take 2
|
|
Version: 0.0.1
|
|
Requires:
|
|
Libs: -L${libdir} -lgit2
|
|
Cflags: -I${includedir}
|