summaryrefslogtreecommitdiff
path: root/src/libdts/Makefile.am
blob: c142d3945cdc5713d389e6b075a4fa1b3bb68a61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include $(top_srcdir)/misc/Makefile.common

if DTS
dts_module = xineplug_decode_dts.la
endif

$(top_builddir)/contrib/libdca/libdca.la:
	$(MAKE) -C $(top_builddir)/contrib/libdca

xineplug_LTLIBRARIES = $(dts_module)

xineplug_decode_dts_la_SOURCES = xine_dts_decoder.c
xineplug_decode_dts_la_CFLAGS = $(LIBDTS_CFLAGS) $(VISIBILITY_FLAG)
xineplug_decode_dts_la_DEPENDENCIES = $(LIBDTS_DEPS)
xineplug_decode_dts_la_LIBADD = $(XINE_LIB) $(LIBDTS_LIBS)
xineplug_decode_dts_la_LDFLAGS = $(xineplug_ldflags)