diff -r 000000000000 -r c738c2ac1968 gst-gmyth/decodebin2/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-gmyth/decodebin2/Makefile.am Tue Sep 18 21:01:18 2007 +0100 @@ -0,0 +1,23 @@ +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 +