blob: 81e8d3623667b1bbd828d8bd2a12f4f4930df113 (
plain)
1
2
3
4
5
6
7
8
|
include $(top_srcdir)/misc/Makefile.common
xineplug_LTLIBRARIES = xineplug_decode_spucmml.la
xineplug_decode_spucmml_la_SOURCES = xine_cmml_decoder.c
xineplug_decode_spucmml_la_LIBADD = $(XINE_LIB) $(LTLIBINTL)
xineplug_decode_spucmml_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_decode_spucmml_la_LDFLAGS = $(xineplug_ldflags)
|