renatofilho@787: plugin_LTLIBRARIES = libgstmultiqueue.la renatofilho@787: renatofilho@787: libgstmultiqueue_la_SOURCES = \ renatofilho@787: gstmultiqueue.c \ renatofilho@787: gstdataqueue.c renatofilho@787: renatofilho@787: libgstmultiqueue_la_CFLAGS = \ renatofilho@787: $(GST_CFLAGS) \ renatofilho@787: $(GST_BASE_CFLAGS) \ renatofilho@787: $(GST_PLUGINS_BASE_CFLAGS) renatofilho@787: renatofilho@787: libgstmultiqueue_la_LIBADD = \ renatofilho@787: $(GST_LIBS_LIBS) renatofilho@787: renatofilho@787: libgstmultiqueue_la_LDFLAGS = \ renatofilho@787: $(GST_LIBS) \ renatofilho@787: $(GST_PLUGIN_LDFLAGS) \ renatofilho@787: $(GST_BASE_LIBS) \ renatofilho@787: $(GST_PLUGINS_BASE_LIBS) renatofilho@787: renatofilho@787: noinst_HEADERS = \ renatofilho@787: gstmultiqueue.h \ renatofilho@787: gstdataqueue.h renatofilho@787: