diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 17:59:03 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-06-09 17:59:03 +0100 |
commit | 89af20ee5fcefa96ac7eaf8ca36c3be72e38ea4f (patch) | |
tree | 33a2ab1ec106e0bf40e681d26d74ee5fc4732ea6 /src/liba52 | |
parent | d99313be4ffdebbbbafb04d21c56d874f5222946 (diff) | |
download | xine-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/liba52')
-rw-r--r-- | src/liba52/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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) |