From 89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 9 Jun 2007 17:59:03 +0100 Subject: Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions. Some plugins may have been missed due to them not being built here. --- src/libmusepack/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libmusepack') diff --git a/src/libmusepack/Makefile.am b/src/libmusepack/Makefile.am index d39426597..01875bdad 100644 --- a/src/libmusepack/Makefile.am +++ b/src/libmusepack/Makefile.am @@ -16,9 +16,9 @@ internal_sources = huffsv46.c huffsv7.c idtag.c mpc_decoder.c \ endif if EXTERNAL_MPCDEC -xineplug_decode_mpc_la_LIBADD = $(XINE_LIB) -lmpcdec +xineplug_decode_mpc_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -lmpcdec else -xineplug_decode_mpc_la_LIBADD = $(XINE_LIB) +xineplug_decode_mpc_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) endif xineplug_decode_mpc_la_SOURCES = $(internal_sources) xine_musepack_decoder.c -- cgit v1.2.3