mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
Compatibility problem with automake 1.10 fixed.
alsa bug#2592
This commit is contained in:
parent
10e3360575
commit
631814e0b3
1 changed files with 1 additions and 2 deletions
|
|
@ -43,8 +43,7 @@ endif
|
|||
SUBDIRS += compat conf
|
||||
libasound_la_LIBADD += compat/libcompat.la -lm -ldl -lpthread
|
||||
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM)
|
||||
AM_LDFLAGS = $(VSYMS)
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM) $(VSYMS)
|
||||
|
||||
control/libcontrol.la:
|
||||
$(MAKE) -C control libcontrol.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue