mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -05:00
Add --disable-alisp configure option
Added --disable-alisp configure option to disable alsip support.
This commit is contained in:
parent
fba26cd668
commit
612216db0d
5 changed files with 25 additions and 7 deletions
|
|
@ -3,8 +3,10 @@ if BUILD_PCM_PLUGIN_SHM
|
|||
SUBDIRS += aserver
|
||||
endif
|
||||
if BUILD_MIXER
|
||||
if BUILD_ALISP
|
||||
SUBDIRS += alsalisp
|
||||
endif
|
||||
endif
|
||||
SUBDIRS += test utils
|
||||
EXTRA_DIST=ChangeLog INSTALL TODO NOTES configure hgcompile libtool depcomp version MEMORY-LEAK
|
||||
AUTOMAKE_OPTIONS=foreign
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue