From 2fdced1ea06d359bb39fecc6b22488c203714568 Mon Sep 17 00:00:00 2001 From: Ewald Snel Date: Thu, 19 Dec 2002 21:40:02 +0000 Subject: Fix undefined symbols (link to appropriate libraries) CVS patchset: 3589 CVS date: 2002/12/19 21:40:02 --- src/libreal/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libreal') 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: -- cgit v1.2.3