X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gst%2FMakefile.am;h=dcb8c93e2ac93f2594df59f61bada86d50e607ec;hb=cf18fa9ce580ec60cd51911e6db0aa8915d45883;hp=e9299f10fbc2b17e08d5d3d660a87ce8155ab624;hpb=caaf5ad528d2fa280cbd1f3ad9022e881343cac6;p=platform%2Fupstream%2Fgstreamer.git diff --git a/gst/Makefile.am b/gst/Makefile.am index e9299f1..dcb8c93 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -68,7 +68,6 @@ libgstreamer_@GST_MAJORMINOR@_la_SOURCES = \ gstindex.c \ gstindexfactory.c \ gstinfo.c \ - gstinterface.c \ gstiterator.c \ gstatomicqueue.c \ gstmessage.c \ @@ -130,7 +129,6 @@ libgstreamer_@GST_MAJORMINOR@_la_LIBADD = \ $(GST_PARSE_LA) \ $(GST_ALL_LIBS) \ $(WIN32_LIBS) \ - $(XML_LIBS) \ $(LIBM) libgstreamer_@GST_MAJORMINOR@_la_LDFLAGS = \ @@ -164,7 +162,6 @@ gst_headers = \ gstindex.h \ gstindexfactory.h \ gstinfo.h \ - gstinterface.h \ gstiterator.h \ gstatomicqueue.h \ gstmacros.h \ @@ -277,6 +274,7 @@ Gst-@GST_MAJORMINOR@.gir: $(INTROSPECTION_SCANNER) libgstreamer-@GST_MAJORMINOR@ -I$(top_srcdir) \ -I$(top_builddir) \ -DIN_GOBJECT_INTROSPECTION=1 \ + -DGST_USE_UNSTABLE_API \ --c-include='gst/gst.h' \ --library=libgstreamer-0.11.la \ --include=GLib-2.0 \