mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
Fix a typo
Fixed a typo, wrongly placed endif.
This commit is contained in:
parent
612216db0d
commit
70825bb7e6
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ libasound_la_LIBADD += instr/libinstr.la
|
||||||
endif
|
endif
|
||||||
if BUILD_ALISP
|
if BUILD_ALISP
|
||||||
SUBDIRS += alisp
|
SUBDIRS += alisp
|
||||||
libasound_la_LIBADD += alisp/libalisp.la endif
|
libasound_la_LIBADD += alisp/libalisp.la
|
||||||
endif
|
endif
|
||||||
SUBDIRS += compat conf
|
SUBDIRS += compat conf
|
||||||
libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
|
libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue