summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/libflac/Makefile.am2
-rw-r--r--src/libtheora/Makefile.am2
-rw-r--r--src/libvorbis/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/libflac/Makefile.am b/src/libflac/Makefile.am
index 18e9798f1..bd49237dc 100644
--- a/src/libflac/Makefile.am
+++ b/src/libflac/Makefile.am
@@ -11,7 +11,7 @@ libdir = $(XINE_PLUGINDIR)
lib_LTLIBRARIES = $(flac_module)
xineplug_flac_la_SOURCES = demux_flac.c decoder_flac.c
-xineplug_flac_la_LIBADD = $(LIBFLAC_LIBS)
+xineplug_flac_la_LIBADD = $(LIBFLAC_LIBS) $(XINE_LIB)
xineplug_flac_la_LDFLAGS = -avoid-version -module -lFLAC @XINE_PLUGIN_MIN_SYMS@
noinst_HEADERS = demux_flac.h
diff --git a/src/libtheora/Makefile.am b/src/libtheora/Makefile.am
index 69384efef..94c1e8f39 100644
--- a/src/libtheora/Makefile.am
+++ b/src/libtheora/Makefile.am
@@ -11,5 +11,5 @@ endif
lib_LTLIBRARIES = $(theora_module)
xineplug_decode_theora_la_SOURCES = xine_decoder.c
-xineplug_decode_theora_la_LIBADD = $(OGG_LIBS) $(THEORA_LIBS)
+xineplug_decode_theora_la_LIBADD = $(OGG_LIBS) $(THEORA_LIBS) $(XINE_LIB)
xineplug_decode_theora_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
diff --git a/src/libvorbis/Makefile.am b/src/libvorbis/Makefile.am
index 8e3ca9cbd..9966ff48a 100644
--- a/src/libvorbis/Makefile.am
+++ b/src/libvorbis/Makefile.am
@@ -11,5 +11,5 @@ endif
lib_LTLIBRARIES = $(vorbis_module)
xineplug_decode_vorbis_la_SOURCES = xine_decoder.c
-xineplug_decode_vorbis_la_LIBADD = $(VORBIS_LIBS) $(OGG_LIBS)
+xineplug_decode_vorbis_la_LIBADD = $(VORBIS_LIBS) $(OGG_LIBS) $(XINE_LIB)
xineplug_decode_vorbis_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@