renatofilho@787: plugin_LTLIBRARIES = libgstdecodebin2.la renatofilho@787: renatofilho@787: libgstdecodebin2_la_SOURCES = \ renatofilho@787: gstdecodebin2.c \ renatofilho@787: gstplay-marshal.c renatofilho@787: renatofilho@787: libgstdecodebin2_la_CFLAGS = \ renatofilho@787: $(GST_CFLAGS) \ renatofilho@787: $(GST_BASE_CFLAGS) \ renatofilho@787: $(GST_PLUGINS_BASE_CFLAGS) renatofilho@787: renatofilho@787: libgstdecodebin2_la_LIBADD = \ renatofilho@787: $(GST_LIBS_LIBS) renatofilho@787: renatofilho@787: libgstdecodebin2_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: gstplay-marshal.h renatofilho@787: