mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Add -release option to LDFLAGS
This commit is contained in:
parent
96f35a05ef
commit
2ab949cf07
2 changed files with 2 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ lib_LTLIBRARIES = libasound.la
|
||||||
libasound_la_SOURCES = error.c
|
libasound_la_SOURCES = error.c
|
||||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||||
rawmidi/librawmidi.la
|
rawmidi/librawmidi.la
|
||||||
|
libasound_la_LDFLAGS = -release $(VERSION)
|
||||||
|
|
||||||
control/libcontrol.la:
|
control/libcontrol.la:
|
||||||
$(MAKE) -C control libcontrol.la
|
$(MAKE) -C control libcontrol.la
|
||||||
|
|
|
||||||
|
|
@ -77,6 +77,7 @@ lib_LTLIBRARIES = libasound.la
|
||||||
libasound_la_SOURCES = error.c
|
libasound_la_SOURCES = error.c
|
||||||
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
libasound_la_LIBADD = control/libcontrol.la mixer/libmixer.la pcm/libpcm.la \
|
||||||
rawmidi/librawmidi.la
|
rawmidi/librawmidi.la
|
||||||
|
libasound_la_LDFLAGS = -release $(VERSION)
|
||||||
|
|
||||||
INCLUDES=-I$(top_srcdir)/include
|
INCLUDES=-I$(top_srcdir)/include
|
||||||
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
||||||
|
|
@ -89,7 +90,6 @@ DEFS = @DEFS@ -I. -I$(srcdir) -I../include
|
||||||
CPPFLAGS = @CPPFLAGS@
|
CPPFLAGS = @CPPFLAGS@
|
||||||
LDFLAGS = @LDFLAGS@
|
LDFLAGS = @LDFLAGS@
|
||||||
LIBS = @LIBS@
|
LIBS = @LIBS@
|
||||||
libasound_la_LDFLAGS =
|
|
||||||
libasound_la_DEPENDENCIES = control/libcontrol.la mixer/libmixer.la \
|
libasound_la_DEPENDENCIES = control/libcontrol.la mixer/libmixer.la \
|
||||||
pcm/libpcm.la rawmidi/librawmidi.la
|
pcm/libpcm.la rawmidi/librawmidi.la
|
||||||
libasound_la_OBJECTS = error.lo
|
libasound_la_OBJECTS = error.lo
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue