diff options
Diffstat (limited to 'src/libsputext/Makefile.am')
-rw-r--r-- | src/libsputext/Makefile.am | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/libsputext/Makefile.am b/src/libsputext/Makefile.am deleted file mode 100644 index ad6c1b776..000000000 --- a/src/libsputext/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -include $(top_builddir)/misc/Makefile.plugins -include $(top_srcdir)/misc/Makefile.common - -AM_LDFLAGS = $(xineplug_ldflags) - -xineplug_LTLIBRARIES = xineplug_decode_sputext.la xineplug_dmx_sputext.la - -xineplug_dmx_sputext_la_SOURCES = demux_sputext.c -xineplug_dmx_sputext_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -xineplug_dmx_sputext_la_CFLAGS = $(VISIBILITY_FLAG) - -xineplug_decode_sputext_la_SOURCES = xine_sputext_decoder.c -xineplug_decode_sputext_la_LIBADD = $(XINE_LIB) $(LTLIBINTL) -xineplug_decode_sputext_la_CFLAGS = $(VISIBILITY_FLAG) |