Add -release option to LDFLAGS

This commit is contained in:
Chris Cannam 1998-11-18 21:09:58 +00:00
parent 96f35a05ef
commit 2ab949cf07
2 changed files with 2 additions and 1 deletions

View file

@ -4,6 +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)
control/libcontrol.la:
$(MAKE) -C control libcontrol.la