Ensure AM_LDFLAGS is used consistently

Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
Cristian Rodríguez
2013-04-18 14:13:48 -03:00
committed by Erik de Castro Lopo
parent 0b736a5605
commit 92db3c951e
3 changed files with 3 additions and 3 deletions

View File

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