mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-17 07:00:01 -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
|
|
@ -36,8 +36,12 @@ if BUILD_INSTR
|
|||
SUBDIRS += instr
|
||||
libasound_la_LIBADD += instr/libinstr.la
|
||||
endif
|
||||
SUBDIRS += compat conf alisp
|
||||
libasound_la_LIBADD += compat/libcompat.la alisp/libalisp.la -lm -ldl -lpthread
|
||||
if BUILD_ALISP
|
||||
SUBDIRS += alisp
|
||||
libasound_la_LIBADD += alisp/libalisp.la endif
|
||||
endif
|
||||
SUBDIRS += compat conf
|
||||
libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
|
||||
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM)
|
||||
AM_LDFLAGS = $(VSYMS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue