-release info is taken from configure.in

This commit is contained in:
Jaroslav Kysela 2000-01-16 22:08:26 +00:00
parent 7fbafe1470
commit 5cdac14059

View file

@ -5,7 +5,7 @@ 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 0.5 -version-info 5:0:5
libasound_la_LDFLAGS = -release $(SND_LIB_MAJOR).$(SND_LIB_MINOR).$(SND_LIB_SUBMINOR)
control/libcontrol.la:
$(MAKE) -C control libcontrol.la