diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-06-11 19:08:04 -0700 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-06-12 08:22:20 +0100 |
commit | ba1212f63b1a97c630f8593b21d9e7c6afa3a6d4 (patch) | |
tree | c460b6b80e62356a46cb46c8912e3f03fddab34d /gst/Makefile.am | |
parent | d99e621533b73a6839de0faa991737b7e84676f2 (diff) |
introspection: include gstversion.h in GIR generation
https://bugzilla.gnome.org/show_bug.cgi?id=703021
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r-- | gst/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index 7bf18608e..86d226e12 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -282,6 +282,7 @@ BUILT_GIRSOURCES = Gst-@GST_API_VERSION@.gir gir_headers=$(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_API_VERSION@include_HEADERS)) gir_headers+=$(patsubst %,$(builddir)/%, $(built_header_make)) +gir_headers+=$(patsubst %,$(builddir)/%, gstversion.h) gir_sources=$(patsubst %,$(srcdir)/%, $(libgstreamer_@GST_API_VERSION@_la_SOURCES)) gir_sources+=$(patsubst %,$(builddir)/%, $(built_source_make)) |