summaryrefslogtreecommitdiff
path: root/src/libspudvb/Makefile.am
blob: 8187346aae868df8fee3662d338f4ca7b732b9a2 (plain)
1
2
3
4
5
6
7
8
9
include $(top_builddir)/misc/Makefile.plugins
include $(top_srcdir)/misc/Makefile.common

xineplug_LTLIBRARIES = xineplug_decode_spudvb.la

xineplug_decode_spudvb_la_SOURCES = xine_spudvb_decoder.c
xineplug_decode_spudvb_la_LIBADD  = $(XINE_LIB) $(PTHREAD_LIBS) $(LTLIBINTL)
xineplug_decode_spudvb_la_CFLAGS = $(VISIBILITY_FLAG)
xineplug_decode_spudvb_la_LDFLAGS = $(xineplug_ldflags)