diff options
Diffstat (limited to 'src/libsputext')
-rw-r--r-- | src/libsputext/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am index ba385352e..99fbbd213 100644 --- a/src/libsputext/Makefile.am +++ b/src/libsputext/Makefile.am @@ -2,15 +2,12 @@ include $(top_srcdir)/misc/Makefile.common libdir = $(XINE_PLUGINDIR) -if HAVE_GICONV sputext_decoder = xineplug_decode_sputext.la xineplug_dmx_sputext.la -endif lib_LTLIBRARIES = $(sputext_decoder) xineplug_dmx_sputext_la_SOURCES = demux_sputext.c -## libgiconv is only needed with FreeBSD -xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) $(GICONV_BSD_LIBS) +xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) xineplug_dmx_sputext_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ xineplug_decode_sputext_la_SOURCES = xine_decoder.c |