mirror of
				https://github.com/alsa-project/alsa-lib.git
				synced 2025-11-03 09:01:52 -05:00 
			
		
		
		
	autotools: fix ucm partial build
When --disable-ucm configure option is specified, don't install related include file. Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
		
							parent
							
								
									f47480af37
								
							
						
					
					
						commit
						187ba1d8cd
					
				
					 1 changed files with 6 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -5,7 +5,7 @@ alsaincludedir = ${includedir}/alsa
 | 
			
		|||
 | 
			
		||||
alsainclude_HEADERS = asoundlib.h asoundef.h \
 | 
			
		||||
		      version.h global.h input.h output.h error.h \
 | 
			
		||||
		      conf.h control.h iatomic.h use-case.h
 | 
			
		||||
		      conf.h control.h iatomic.h
 | 
			
		||||
 | 
			
		||||
if BUILD_CTL_PLUGIN_EXT
 | 
			
		||||
alsainclude_HEADERS += control_external.h
 | 
			
		||||
| 
						 | 
				
			
			@ -46,6 +46,10 @@ if BUILD_SEQ
 | 
			
		|||
alsainclude_HEADERS += seq_event.h seq.h seqmid.h seq_midi_event.h
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if BUILD_UCM
 | 
			
		||||
alsainclude_HEADERS += use-case.h
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
if BUILD_ALISP
 | 
			
		||||
alsainclude_HEADERS += alisp.h
 | 
			
		||||
endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue