1noinst_PROGRAMS = tsparser 2 3tsparser_SOURCES = ts-parser.c 4tsparser_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_CFLAGS) 5tsparser_LDFLAGS = $(GST_LIBS) 6tsparser_LDADD = \ 7 $(top_builddir)/gst-libs/gst/mpegts/libgstmpegts-$(GST_API_VERSION).la 8