diff -r c738c2ac1968 -r 871e367c9d90 gst-gmyth/playbinmaemo/Makefile.am --- a/gst-gmyth/playbinmaemo/Makefile.am Tue Sep 18 21:01:18 2007 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -plugin_LTLIBRARIES = libgstplaybinmaemo.la - -libgstplaybinmaemo_la_SOURCES = \ - gstplaybinmaemo.c - -libgstplaybinmaemo_la_CFLAGS = \ - $(GST_CFLAGS) \ - $(GST_BASE_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) \ - $(X11_CFLAGS) - -libgstplaybinmaemo_la_LIBADD = \ - $(GST_LIBS_LIBS) \ - $(X11_LIBS) - -lgstinterfaces-0.10 - -libgstplaybinmaemo_la_LDFLAGS = \ - $(GST_LIBS) \ - $(GST_PLUGIN_LDFLAGS) \ - $(GST_BASE_LIBS) \ - $(GST_PLUGINS_BASE_LIBS) \ - -lgstinterfaces-0.10 \ - $(X11_LIBS) - -noinst_HEADERS = \ - gstplaybinmaemo.h -