renatofilho@608: plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@ renatofilho@608: renatofilho@608: plugin_LTLIBRARIES = libgstmythtvsrc.la renatofilho@608: renatofilho@608: libgstmythtvsrc_la_SOURCES = \ renatofilho@839: gstmythtvsrc.c \ renatofilho@839: gstmythtvsrc.h 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: melunko@842: gstmythtvsrc.c: gstmythtvsrc.h renatofilho@839: cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-plugins-bad/ext/mythtv/gstmythtvsrc.c renatofilho@839: mv gst-plugins-bad/ext/mythtv/gstmythtvsrc.c . melunko@860: melunko@860: gstmythtvsrc.h: renatofilho@839: cvs -d:pserver:anoncvs@anoncvs.freedesktop.org:/cvs/gstreamer/ co gst-plugins-bad/ext/mythtv/gstmythtvsrc.h renatofilho@839: mv gst-plugins-bad/ext/mythtv/gstmythtvsrc.h . renatofilho@839: renatofilho@608: noinst_HEADERS = \ renatofilho@608: gstmythtvsrc.h renatofilho@608: renatofilho@840: CLEANFILES = \ renatofilho@840: $(libgstmythtvsrc_la_SOURCES)