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/liba52/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/liba52') diff --git a/src/liba52/Makefile.am b/src/liba52/Makefile.am index 6a0aebe62..508ea9c1b 100644 --- a/src/liba52/Makefile.am +++ b/src/liba52/Makefile.am @@ -22,9 +22,9 @@ xineplug_decode_a52_la_SOURCES = \ $(internal_sources) if EXTERNAL_A52DEC -xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -la52 -lm +xineplug_decode_a52_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -la52 -lm else -xineplug_decode_a52_la_LIBADD = $(XINE_LIB) -lm +xineplug_decode_a52_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -lm endif xineplug_decode_a52_la_CFLAGS = $(VISIBILITY_FLAG) -- cgit v1.2.3