mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Fixed versioning
This commit is contained in:
parent
b92f2d1af2
commit
da615d2a4f
2 changed files with 2 additions and 4 deletions
|
|
@ -4,7 +4,7 @@ lib_LTLIBRARIES = libasound.la
|
||||||
libasound_la_SOURCES = error.c
|
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
|
rawmidi/librawmidi.la
|
||||||
libasound_la_LDFLAGS = -release $(VERSION)
|
libasound_la_LDFLAGS = -version-info 1:3:1
|
||||||
|
|
||||||
control/libcontrol.la:
|
control/libcontrol.la:
|
||||||
$(MAKE) -C control libcontrol.la
|
$(MAKE) -C control libcontrol.la
|
||||||
|
|
|
||||||
|
|
@ -59,8 +59,6 @@ PRE_UNINSTALL = :
|
||||||
POST_UNINSTALL = :
|
POST_UNINSTALL = :
|
||||||
host_alias = @host_alias@
|
host_alias = @host_alias@
|
||||||
host_triplet = @host@
|
host_triplet = @host@
|
||||||
ALSA_CFLAGS = @ALSA_CFLAGS@
|
|
||||||
ALSA_LIBS = @ALSA_LIBS@
|
|
||||||
CC = @CC@
|
CC = @CC@
|
||||||
LD = @LD@
|
LD = @LD@
|
||||||
LIBTOOL = @LIBTOOL@
|
LIBTOOL = @LIBTOOL@
|
||||||
|
|
@ -77,7 +75,7 @@ lib_LTLIBRARIES = libasound.la
|
||||||
libasound_la_SOURCES = error.c
|
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
|
rawmidi/librawmidi.la
|
||||||
libasound_la_LDFLAGS = -release $(VERSION)
|
libasound_la_LDFLAGS = -version-info 1:3:1
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue