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/libsputext/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsputext') diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index 5e4ce59d0..4f03d7fa9 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -5,9 +5,9 @@ AM_LDFLAGS = $(xineplug_ldflags) xineplug_LTLIBRARIES = xineplug_decode_sputext.la xineplug_dmx_sputext.la xineplug_dmx_sputext_la_SOURCES = demux_sputext.c -xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) +xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_dmx_sputext_la_CFLAGS = $(VISIBILITY_FLAG) xineplug_decode_sputext_la_SOURCES = xine_sputext_decoder.c -xineplug_decode_sputext_la_LIBADD = $(XINE_LIB) +xineplug_decode_sputext_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_decode_sputext_la_CFLAGS = $(VISIBILITY_FLAG) -- cgit v1.2.3