mirror of
				https://git.proxmox.com/git/libgit2
				synced 2025-11-03 23:45:05 +00:00 
			
		
		
		
	We now have proper sonames in Mac OS X and Linux, proper versioning on the pkg-config file and proper DLL naming in Windows. The version of the library is defined exclusively in 'src/git2.h'; the build scripts read it from there automatically. Signed-off-by: Vicent Marti <tanoku@gmail.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			236 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			236 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
prefix=@prefix@
 | 
						|
exec_prefix=${prefix}
 | 
						|
libdir=@libdir@
 | 
						|
includedir=${prefix}/include
 | 
						|
 | 
						|
Name: libgit2
 | 
						|
Description: The git library, take 2
 | 
						|
Version: @version@
 | 
						|
Requires: libcrypto
 | 
						|
Libs: -L${libdir} -lgit2 -lz -lcrypto
 | 
						|
Cflags: -I${includedir}
 |