mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Ensure AM_LDFLAGS is used consistently
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
0b736a5605
commit
92db3c951e
@@ -44,7 +44,7 @@ EXTRA_DIST = \
|
||||
libFLAC++.m4
|
||||
|
||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||
libFLAC___la_LDFLAGS = -version-info 9:0:3 @LT_NO_UNDEFINED@
|
||||
libFLAC___la_LDFLAGS = $(AM_LDFLAGS) -version-info 9:0:3 @LT_NO_UNDEFINED@
|
||||
libFLAC___la_LIBADD = ../libFLAC/libFLAC.la
|
||||
|
||||
libFLAC___la_SOURCES = \
|
||||
|
||||
@@ -112,7 +112,7 @@ extra_ogg_sources = \
|
||||
endif
|
||||
|
||||
# see 'http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning' for numbering convention
|
||||
libFLAC_la_LDFLAGS = -version-info 11:0:3 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@
|
||||
libFLAC_la_LDFLAGS = $(AM_LDFLAGS) -version-info 11:0:3 $(LOCAL_EXTRA_LDFLAGS) @LT_NO_UNDEFINED@
|
||||
|
||||
libFLAC_sources = \
|
||||
bitmath.c \
|
||||
|
||||
@@ -39,7 +39,7 @@ metaflac_SOURCES = \
|
||||
options.h \
|
||||
usage.h \
|
||||
utils.h
|
||||
metaflac_LDFLAGS =
|
||||
metaflac_LDFLAGS = $(AM_LDFLAGS)
|
||||
|
||||
metaflac_LDADD = \
|
||||
$(top_builddir)/src/share/grabbag/libgrabbag.la \
|
||||
|
||||
Reference in New Issue
Block a user