From: Mohan R Date: Sun, 26 Jun 2016 06:53:40 +0000 (+0530) Subject: fixed ges-version.h not found issue during out of tree build X-Git-Tag: 1.19.3~493^2~983 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=91ecce1d051eac9d0927e02d241d6421f632fc21;p=platform%2Fupstream%2Fgstreamer.git fixed ges-version.h not found issue during out of tree build --- diff --git a/ges/Makefile.am b/ges/Makefile.am index a03bd2d..06a4584 100644 --- a/ges/Makefile.am +++ b/ges/Makefile.am @@ -174,7 +174,8 @@ include $(top_srcdir)/common/gst-glib-gen.mak if HAVE_INTROSPECTION BUILT_GIRSOURCES = GES-@GST_API_VERSION@.gir -gir_headers=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@include_HEADERS)) +gir_headers_temp=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@include_HEADERS)) +gir_headers=$(subst $(srcdir)/ges-version.h,$(builddir)/ges-version.h,$(gir_headers_temp)) gir_sources=$(patsubst %,$(srcdir)/%, $(libges_@GST_API_VERSION@_la_SOURCES)) GES-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libges-@GST_API_VERSION@.la