summaryrefslogtreecommitdiff
path: root/src/libreal
diff options
context:
space:
mode:
authorEwald Snel <esnel@users.sourceforge.net>2002-12-19 21:40:02 +0000
committerEwald Snel <esnel@users.sourceforge.net>2002-12-19 21:40:02 +0000
commit2fdced1ea06d359bb39fecc6b22488c203714568 (patch)
tree4040d9ab841b713f451782e1fe76372732ff70a1 /src/libreal
parent429e8bf6eb0e68f60e2f0e037261d8a8f731ea50 (diff)
downloadxine-lib-2fdced1ea06d359bb39fecc6b22488c203714568.tar.gz
xine-lib-2fdced1ea06d359bb39fecc6b22488c203714568.tar.bz2
Fix undefined symbols (link to appropriate libraries)
CVS patchset: 3589 CVS date: 2002/12/19 21:40:02
Diffstat (limited to 'src/libreal')
-rw-r--r--src/libreal/Makefile.am2
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: