summaryrefslogtreecommitdiff
path: root/src/libsputext/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsputext/Makefile.am')
-rw-r--r--src/libsputext/Makefile.am11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am
index 642586265..2195433b1 100644
--- a/src/libsputext/Makefile.am
+++ b/src/libsputext/Makefile.am
@@ -3,8 +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_dmx_sputext.la
+sputext_decoder = xineplug_decode_sputext.la xineplug_dmx_sputext.la
endif
lib_LTLIBRARIES = $(sputext_decoder)
@@ -14,10 +13,10 @@ xineplug_dmx_sputext_la_SOURCES = demux_sputext.c
xineplug_dmx_sputext_la_LIBADD = $(XINELIB) $(GICONV_BSD_LIBS)
xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-#xineplug_decode_sputext_la_SOURCES = xine_decoder.c
-## libgiconv is only needed with FreeBSD
-#xineplug_decode_sputext_la_LIBADD = $(XINELIB)
-#xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_decode_sputext_la_SOURCES = xine_decoder.c
+# libgiconv is only needed with FreeBSD
+xineplug_decode_sputext_la_LIBADD = $(XINELIB)
+xineplug_decode_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
##
## Install header files (default=$includedir/xine)