summaryrefslogtreecommitdiff
path: root/src/post/mosaico
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 17:59:03 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 17:59:03 +0100
commit89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f (patch)
tree33a2ab1ec106e0bf40e681d26d74ee5fc4732ea6 /src/post/mosaico
parentd99313be4ffdebbbbafb04d21c56d874f5222946 (diff)
downloadxine-lib-89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f.tar.gz
xine-lib-89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f.tar.bz2
Add $(LTLIBINTL) wherever objdump -R shows a dependency on gettext functions.
Some plugins may have been missed due to them not being built here.
Diffstat (limited to 'src/post/mosaico')
-rw-r--r--src/post/mosaico/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/mosaico/Makefile.am b/src/post/mosaico/Makefile.am
index c18b4e19c..af027b6e6 100644
--- a/src/post/mosaico/Makefile.am
+++ b/src/post/mosaico/Makefile.am
@@ -3,11 +3,11 @@ include $(top_srcdir)/misc/Makefile.common
xinepost_LTLIBRARIES = xineplug_post_mosaico.la xineplug_post_switch.la
xineplug_post_mosaico_la_SOURCES = mosaico.c
-xineplug_post_mosaico_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS)
+xineplug_post_mosaico_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_post_mosaico_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_post_mosaico_la_LDFLAGS = -avoid-version -module
xineplug_post_switch_la_SOURCES = switch.c
-xineplug_post_switch_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS)
+xineplug_post_switch_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_post_switch_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_post_switch_la_LDFLAGS = -avoid-version -module