renatofilho@609: plugin_LTLIBRARIES = libgstconcatmux.la renatofilho@609: renatofilho@609: libgstconcatmux_la_SOURCES = \ renatofilho@609: gstconcatmux.c renatofilho@609: renatofilho@609: libgstconcatmux_la_CFLAGS = \ renatofilho@609: $(GST_CFLAGS) \ renatofilho@609: $(GST_BASE_CFLAGS) \ renatofilho@609: $(GST_PLUGINS_BASE_CFLAGS) renatofilho@609: renatofilho@609: libgstconcatmux_la_LIBADD = \ renatofilho@609: $(GST_LIBS_LIBS) renatofilho@609: renatofilho@609: libgstconcatmux_la_LDFLAGS = \ renatofilho@609: $(GST_LIBS) \ renatofilho@609: $(GST_PLUGIN_LDFLAGS) \ renatofilho@609: $(GST_BASE_LIBS) \ renatofilho@609: $(GST_PLUGINS_BASE_LIBS) renatofilho@609: