mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-10-31 14:13:50 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			187 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| check_PROGRAMS = px_test
 | |
| 
 | |
| px_test_CPPFLAGS = -I$(top_srcdir)/include $(PORTAUDIO_CFLAGS)
 | |
| px_test_LDADD = $(top_builddir)/src/libportmixer.la $(PORTAUDIO_LIBS)
 | |
| px_test_SOURCES = px_test.c
 |