leo_sobral@2: plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ leo_sobral@2: leo_sobral@2: plugin_LTLIBRARIES = libgstmythtvsrc.la leo_sobral@2: leo_sobral@2: libgstmythtvsrc_la_SOURCES = \ leo_sobral@2: gstmythtvsrc.c \ leo_sobral@2: myth_uri.c \ leo_sobral@2: myth_file_transfer.c \ leo_sobral@2: myth_livetv.c leo_sobral@2: leo_sobral@2: libgstmythtvsrc_la_CFLAGS = \ leo_sobral@2: $(GST_CFLAGS) \ leo_sobral@2: $(GMYTH_CFLAGS) leo_sobral@2: leo_sobral@2: libgstmythtvsrc_la_LDFLAGS = \ leo_sobral@2: $(GST_PLUGIN_LDFLAGS) leo_sobral@2: leo_sobral@2: libgstmythtvsrc_la_LIBADD = \ leo_sobral@2: $(GST_BASE_LIBS) \ leo_sobral@2: $(GMYTH_LIBS) leo_sobral@2: leo_sobral@2: noinst_HEADERS = \ leo_sobral@2: gstmythtvsrc.h \ leo_sobral@2: myth_uri.h \ leo_sobral@2: myth_file_transfer.h \ leo_sobral@2: myth_livetv.h leo_sobral@2: