mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04: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
|
||||
|
|
@ -17,7 +17,7 @@ if BUILD_PCM_PLUGIN
|
|||
alsainclude_HEADERS += pcm_plugin.h
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_RATE
|
||||
alsainclude_HEADERS += pcm_rate.h
|
||||
alsainclude_HEADERS += pcm_rate.h
|
||||
endif
|
||||
if BUILD_PCM_PLUGIN_EXTPLUG
|
||||
alsainclude_HEADERS += pcm_external.h pcm_extplug.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