summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Heinchen <heinchen@users.sourceforge.net>2003-04-24 00:27:27 +0000
committerAndreas Heinchen <heinchen@users.sourceforge.net>2003-04-24 00:27:27 +0000
commit68cb4978bf3bdc07e03239ebcd334de8f452ec07 (patch)
treed394d6baf3297b83033867ee80ca00201d330287
parent3f470710d81626eb7d18848661013ef5ccca4a1d (diff)
downloadxine-lib-68cb4978bf3bdc07e03239ebcd334de8f452ec07.tar.gz
xine-lib-68cb4978bf3bdc07e03239ebcd334de8f452ec07.tar.bz2
fix for spuogm
CVS patchset: 4669 CVS date: 2003/04/24 00:27:27
-rw-r--r--src/libsputext/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am
index 2612723e3..1e0c2e194 100644
--- a/src/libsputext/Makefile.am
+++ b/src/libsputext/Makefile.am
@@ -3,7 +3,7 @@ LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
libdir = $(XINE_PLUGINDIR)
if HAVE_GICONV
-sputext_decoder = xineplug_decode_sputext.la xineplug_dmx_sputext.la
+sputext_decoder = xineplug_decode_sputext.la xineplug_decode_spuogm.la xineplug_dmx_sputext.la
endif
lib_LTLIBRARIES = $(sputext_decoder)