summaryrefslogtreecommitdiff
path: root/src/libsputext
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsputext')
-rw-r--r--src/libsputext/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am
index ca5af05e0..5dd12bbf3 100644
--- a/src/libsputext/Makefile.am
+++ b/src/libsputext/Makefile.am
@@ -10,13 +10,13 @@ lib_LTLIBRARIES = $(sputext_decoder)
xineplug_dmx_sputext_la_SOURCES = demux_sputext.c
## libgiconv is only needed with FreeBSD
-xineplug_dmx_sputext_la_LIBADD = $(XINELIB) $(GICONV_BSD_LIBS)
+xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) $(GICONV_BSD_LIBS)
xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_sputext_la_SOURCES = xine_decoder.c
-xineplug_decode_sputext_la_LIBADD = $(XINELIB)
+xineplug_decode_sputext_la_LIBADD = $(XINE_LIB)
xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_spuogm_la_SOURCES = xine_decoder_ogm.c
-xineplug_decode_spuogm_la_LIBADD = $(XINELIB)
+xineplug_decode_spuogm_la_LIBADD = $(XINE_LIB)
xineplug_decode_spuogm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@