mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
introspection: include gstversion.h in GIR generation
https://bugzilla.gnome.org/show_bug.cgi?id=703021
This commit is contained in:
parent
d99e621533
commit
ba1212f63b
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Reference in a new issue