mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-01 22:58:49 -04:00
Changed versioning scheme.
This commit is contained in:
parent
c4cb2694fd
commit
a85b5df0ef
2 changed files with 4 additions and 1 deletions
|
|
@ -1,11 +1,12 @@
|
|||
SUBDIRS=control mixer pcm rawmidi timer hwdep seq instr
|
||||
COMPATNUM=@LIBTOOL_VERSION_INFO@
|
||||
|
||||
lib_LTLIBRARIES = libasound.la
|
||||
libasound_la_SOURCES = error.c
|
||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||
rawmidi/librawmidi.la timer/libtimer.la hwdep/libhwdep.la \
|
||||
seq/libseq.la instr/libinstr.la
|
||||
libasound_la_LDFLAGS = -release $(SND_LIB_MAJOR).$(SND_LIB_MINOR).$(SND_LIB_SUBMINOR)
|
||||
libasound_la_LDFLAGS = -version-info $(COMPATNUM)
|
||||
|
||||
control/libcontrol.la:
|
||||
$(MAKE) -C control libcontrol.la
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue