mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
0.5.0
This commit is contained in:
parent
1b64948dd5
commit
b520d951fa
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(src/control/control.c)
|
AC_INIT(src/control/control.c)
|
||||||
AM_INIT_AUTOMAKE(alsa-lib, 0.4.1)
|
AM_INIT_AUTOMAKE(alsa-lib, 0.5.0)
|
||||||
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
AM_CONDITIONAL(INSTALL_M4, test "x${ACLOCAL}" = "xaclocal")
|
||||||
|
|
||||||
AC_PREFIX_DEFAULT(/usr)
|
AC_PREFIX_DEFAULT(/usr)
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@ libasound_la_SOURCES = error.c
|
||||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||||
rawmidi/librawmidi.la timer/libtimer.la seq/libseq.la \
|
rawmidi/librawmidi.la timer/libtimer.la seq/libseq.la \
|
||||||
instr/libinstr.la
|
instr/libinstr.la
|
||||||
libasound_la_LDFLAGS = -version-info 4:1:4
|
libasound_la_LDFLAGS = -version-info 5:0:5
|
||||||
|
|
||||||
control/libcontrol.la:
|
control/libcontrol.la:
|
||||||
$(MAKE) -C control libcontrol.la
|
$(MAKE) -C control libcontrol.la
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue