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/post/planar/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/post/planar') diff --git a/src/post/planar/Makefile.am b/src/post/planar/Makefile.am index 826f378a6..4ba6bfa41 100644 --- a/src/post/planar/Makefile.am +++ b/src/post/planar/Makefile.am @@ -25,7 +25,7 @@ xinepost_LTLIBRARIES = xineplug_post_planar.la xineplug_post_planar_la_SOURCES = planar.c invert.c expand.c fill.c boxblur.c \ denoise3d.c eq.c eq2.c unsharp.c pp.c noise.c xineplug_post_planar_la_DEPENDENCIES = $(postproc_dep) -xineplug_post_planar_la_LIBADD = $(XINE_LIB) $(postproc_lib) -lm $(PTHREAD_LIBS) +xineplug_post_planar_la_LIBADD = $(XINE_LIB) $(postproc_lib) -lm $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_post_planar_la_LDFLAGS = -avoid-version -module \ @IMPURE_TEXT_LDFLAGS@ xineplug_post_planar_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) -- cgit v1.2.3