Fixed versioning

This commit is contained in:
Chris Cannam 1998-11-18 22:33:01 +00:00
parent b92f2d1af2
commit da615d2a4f
2 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,7 @@ lib_LTLIBRARIES = libasound.la
libasound_la_SOURCES = error.c
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
rawmidi/librawmidi.la
libasound_la_LDFLAGS = -release $(VERSION)
libasound_la_LDFLAGS = -version-info 1:3:1
control/libcontrol.la:
$(MAKE) -C control libcontrol.la

View file

@ -59,8 +59,6 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
host_alias = @host_alias@
host_triplet = @host@
ALSA_CFLAGS = @ALSA_CFLAGS@
ALSA_LIBS = @ALSA_LIBS@
CC = @CC@
LD = @LD@
LIBTOOL = @LIBTOOL@
@ -77,7 +75,7 @@ lib_LTLIBRARIES = libasound.la
libasound_la_SOURCES = error.c
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
rawmidi/librawmidi.la
libasound_la_LDFLAGS = -release $(VERSION)
libasound_la_LDFLAGS = -version-info 1:3:1
INCLUDES=-I$(top_srcdir)/include
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs