From 5cdac1405976f4f0f2e56f740f4cba394f70e057 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sun, 16 Jan 2000 22:08:26 +0000 Subject: [PATCH] -release info is taken from configure.in --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 93e28f7e..5b7493b4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 -- 2.47.1