renatofilho@608: plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ renatofilho@608: renatofilho@608: plugin_LTLIBRARIES = libgstmythtvsrc.la renatofilho@608: renatofilho@608: libgstmythtvsrc_la_SOURCES = \ renatofilho@608: gstmythtvsrc.c renatofilho@608: renatofilho@608: libgstmythtvsrc_la_CFLAGS = \ renatofilho@608: $(GST_CFLAGS) \ renatofilho@608: $(GST_BASE_CFLAGS) \ renatofilho@608: $(GMYTH_CFLAGS) renatofilho@608: renatofilho@608: libgstmythtvsrc_la_LDFLAGS = \ renatofilho@608: $(GST_PLUGIN_LDFLAGS) renatofilho@608: renatofilho@608: libgstmythtvsrc_la_LIBADD = \ renatofilho@608: $(GST_LIBS) \ renatofilho@608: $(GST_BASE_LIBS) \ renatofilho@608: $(GMYTH_LIBS) renatofilho@608: renatofilho@608: noinst_HEADERS = \ renatofilho@608: gstmythtvsrc.h renatofilho@608: