mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-10-29 05:40:25 -04:00 
			
		
		
		
	Add -lm to test programs to fix build failure.
Add -lm to test programs that use sin(), to fix a build failure with recent binutils. Signed-off-by: Jordi Mallach <jordi@debian.org> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
		
							parent
							
								
									5256e150eb
								
							
						
					
					
						commit
						8bdec31570
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		|  | @ -7,8 +7,10 @@ check_PROGRAMS=control pcm pcm_min latency seq \ | |||
| 
 | ||||
| control_LDADD=../src/libasound.la | ||||
| pcm_LDADD=../src/libasound.la | ||||
| pcm_LDFLAGS= -lm | ||||
| pcm_min_LDADD=../src/libasound.la | ||||
| latency_LDADD=../src/libasound.la | ||||
| latency_LDFLAGS= -lm | ||||
| seq_LDADD=../src/libasound.la | ||||
| playmidi1_LDADD=../src/libasound.la | ||||
| timer_LDADD=../src/libasound.la | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jordi Mallach
						Jordi Mallach