diff -r 000000000000 -r a87c760e0dfa gst-gmyth/playbinmaemo/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-gmyth/playbinmaemo/Makefile.am Wed Aug 15 23:06:55 2007 +0100 @@ -0,0 +1,27 @@ +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 +