renatofilho@787: plugin_LTLIBRARIES = libgstplaybinmaemo.la renatofilho@787: renatofilho@787: libgstplaybinmaemo_la_SOURCES = \ renatofilho@787: gstplaybinmaemo.c renatofilho@787: renatofilho@787: libgstplaybinmaemo_la_CFLAGS = \ renatofilho@787: $(GST_CFLAGS) \ renatofilho@787: $(GST_BASE_CFLAGS) \ renatofilho@787: $(GST_PLUGINS_BASE_CFLAGS) \ renatofilho@787: $(X11_CFLAGS) renatofilho@787: renatofilho@787: libgstplaybinmaemo_la_LIBADD = \ renatofilho@787: $(GST_LIBS_LIBS) \ renatofilho@787: $(X11_LIBS) renatofilho@787: -lgstinterfaces-0.10 renatofilho@787: renatofilho@787: libgstplaybinmaemo_la_LDFLAGS = \ renatofilho@787: $(GST_LIBS) \ renatofilho@787: $(GST_PLUGIN_LDFLAGS) \ renatofilho@787: $(GST_BASE_LIBS) \ renatofilho@787: $(GST_PLUGINS_BASE_LIBS) \ renatofilho@787: -lgstinterfaces-0.10 \ renatofilho@787: $(X11_LIBS) renatofilho@787: renatofilho@787: noinst_HEADERS = \ renatofilho@787: gstplaybinmaemo.h renatofilho@787: