diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libsputext/Makefile.am | 2 |
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) |