From dc4e041f07ad1a5a96db54707f307f87dc35589a Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Mon, 10 Apr 2017 13:55:58 +0300 Subject: [PATCH] app/tag: Add missing sources/headers to the GIR build --- gst-libs/gst/app/Makefile.am | 1 + gst-libs/gst/tag/Makefile.am | 2 ++ 2 files changed, 3 insertions(+) diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am index 20b0a2f..13bea2c 100644 --- a/gst-libs/gst/app/Makefile.am +++ b/gst-libs/gst/app/Makefile.am @@ -32,6 +32,7 @@ if HAVE_INTROSPECTION BUILT_GIRSOURCES = GstApp-@GST_API_VERSION@.gir gir_headers=$(patsubst %,$(srcdir)/%, $(libgstapp_@GST_API_VERSION@include_HEADERS)) +gir_headers+=$(patsubst %,$(srcdir)/%, $(nodist_libgstapp_@GST_API_VERSION@include_HEADERS)) gir_sources=$(patsubst %,$(srcdir)/%, $(libgstapp_@GST_API_VERSION@_la_SOURCES)) gir_sources+=$(patsubst %,$(builddir)/%, $(nodist_libgstapp_@GST_API_VERSION@_la_SOURCES)) diff --git a/gst-libs/gst/tag/Makefile.am b/gst-libs/gst/tag/Makefile.am index 0b1bd9d..c27e698 100644 --- a/gst-libs/gst/tag/Makefile.am +++ b/gst-libs/gst/tag/Makefile.am @@ -43,7 +43,9 @@ if HAVE_INTROSPECTION BUILT_GIRSOURCES = GstTag-@GST_API_VERSION@.gir gir_headers=$(patsubst %,$(srcdir)/%, $(libgsttaginclude_HEADERS)) +gir_headers+=$(patsubst %,$(srcdir)/%, $(nodist_libgsttaginclude_HEADERS)) gir_sources=$(patsubst %,$(srcdir)/%, $(libgsttag_@GST_API_VERSION@_la_SOURCES)) +gir_sources+=$(patsubst %,$(srcdir)/%, $(nodist_libgsttag_@GST_API_VERSION@_la_SOURCES)) GstTag-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgsttag-@GST_API_VERSION@.la $(AM_V_GEN)PKG_CONFIG_PATH="$(GST_PKG_CONFIG_PATH)" GI_SCANNER_DISABLE_CACHE=yes\ -- 2.7.4