diff options
Diffstat (limited to 'src/spu_dec')
-rw-r--r-- | src/spu_dec/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spu_dec/Makefile.am b/src/spu_dec/Makefile.am index b44bf7bb2..bc55ecb7f 100644 --- a/src/spu_dec/Makefile.am +++ b/src/spu_dec/Makefile.am @@ -14,7 +14,7 @@ xineplug_LTLIBRARIES = \ xineplug_sputext.la xineplug_decode_spucc_la_SOURCES = cc_decoder.c cc_decoder.h xine_cc_decoder.c -xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) +xineplug_decode_spucc_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) xineplug_decode_spucc_la_CFLAGS = $(AM_CFLAGS) xineplug_decode_spucmml_la_SOURCES = cmml_decoder.c |