diff -r c738c2ac1968 -r 871e367c9d90 gst-gmyth/decodebin2/Makefile.am --- a/gst-gmyth/decodebin2/Makefile.am Tue Sep 18 21:01:18 2007 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,23 +0,0 @@ -plugin_LTLIBRARIES = libgstdecodebin2.la - -libgstdecodebin2_la_SOURCES = \ - gstdecodebin2.c \ - gstplay-marshal.c - -libgstdecodebin2_la_CFLAGS = \ - $(GST_CFLAGS) \ - $(GST_BASE_CFLAGS) \ - $(GST_PLUGINS_BASE_CFLAGS) - -libgstdecodebin2_la_LIBADD = \ - $(GST_LIBS_LIBS) - -libgstdecodebin2_la_LDFLAGS = \ - $(GST_LIBS) \ - $(GST_PLUGIN_LDFLAGS) \ - $(GST_BASE_LIBS) \ - $(GST_PLUGINS_BASE_LIBS) - -noinst_HEADERS = \ - gstplay-marshal.h -