mirror of
				https://github.com/cookiengineer/audacity
				synced 2025-11-03 23:53:55 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			215 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SUBDIRS = src
 | 
						|
 | 
						|
pkgconfigdir = $(libdir)/pkgconfig
 | 
						|
pkgconfig_DATA = sbsms.pc
 | 
						|
 | 
						|
libtool: $(LIBTOOL_DEPS)
 | 
						|
	$(SHELL) ./config.status --recheck
 | 
						|
 | 
						|
#tell aclocal that extra macros can be found in m4/
 | 
						|
ACLOCAL_AMFLAGS = -I m4
 |