summaryrefslogtreecommitdiff
path: root/src/libsputext/Makefile.am
blob: f09219043e0bd2e533643ca873f76cc6a9fa4c6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/misc/Makefile.common

AM_CFLAGS  = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
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)

xineplug_decode_sputext_la_SOURCES = xine_sputext_decoder.c 
xineplug_decode_sputext_la_LIBADD  = $(XINE_LIB)