mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	 55215597c4
			
		
	
	
		55215597c4
		
	
	
	
	
		
			
			* drop version suffix from soname of libpolyp and friends * add version suffix by default to $(modlibexecdir) git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@885 fefdeb5f-60dc-0310-8127-8f9354f1896f
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			277 B
		
	
	
	
		
			PkgConfig
		
	
	
	
	
	
| prefix=@prefix@
 | |
| exec_prefix=${prefix}
 | |
| libdir=${exec_prefix}/lib
 | |
| includedir=${prefix}/include
 | |
| 
 | |
| Name: polyplib-browse
 | |
| Description: Polypaudio network browsing API
 | |
| Version: @PACKAGE_VERSION@
 | |
| Libs: -L${libdir} -lpolyp-browse
 | |
| Cflags: -D_REENTRANT -I${includedir}
 | |
| Requires: polyplib
 |