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
@@ -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