diff options
Diffstat (limited to 'src/libreal')
-rw-r--r-- | src/libreal/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libreal/Makefile.am b/src/libreal/Makefile.am index 0f765394e..7072039dd 100644 --- a/src/libreal/Makefile.am +++ b/src/libreal/Makefile.am @@ -10,4 +10,4 @@ xineplug_LTLIBRARIES = xineplug_decode_real.la endif xineplug_decode_real_la_SOURCES = xine_real_video_decoder.c real_common.c xine_real_audio_decoder.c -xineplug_decode_real_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) +xineplug_decode_real_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) $(LTLIBINTL) |