diff options
Diffstat (limited to 'src/libreal')
-rw-r--r-- | src/libreal/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libreal/Makefile.am b/src/libreal/Makefile.am index a9268222d..bd79fe1e1 100644 --- a/src/libreal/Makefile.am +++ b/src/libreal/Makefile.am @@ -9,9 +9,11 @@ libdir = $(XINE_PLUGINDIR) lib_LTLIBRARIES = xineplug_decode_real.la xineplug_decode_real_audio.la xineplug_decode_real_la_SOURCES = xine_decoder.c +xineplug_decode_real_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) xineplug_decode_real_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_real_audio_la_SOURCES = audio_decoder.c +xineplug_decode_real_audio_la_LIBADD = $(XINE_LIB) $(DYNAMIC_LD_LIBS) xineplug_decode_real_audio_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ debug: |