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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user