diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2018-03-16 19:21:31 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2018-03-16 19:21:31 +0200 |
commit | d4762bc5d5369bb4551c27dd2455a6db319fed56 (patch) | |
tree | 6f9e91c8f343054394ce886bd76a72e7e76bab79 /gst-libs | |
parent | 0d4b9fd307157a544ad2fae7c9ffdb8087bc074d (diff) |
webrtc: Fix make distcheck for g-i build
ERROR: ../../../../../gst-libs/gst/webrtc/webrtc-enumtypes.c: no such a file or directory
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/gst/webrtc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/webrtc/Makefile.am b/gst-libs/gst/webrtc/Makefile.am index 95b444ed8..9ee4291a1 100644 --- a/gst-libs/gst/webrtc/Makefile.am +++ b/gst-libs/gst/webrtc/Makefile.am @@ -57,7 +57,7 @@ if HAVE_INTROSPECTION BUILT_GIRSOURCES = GstWebRTC-@GST_API_VERSION@.gir gir_headers=$(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@include_HEADERS)) -gir_sources=$(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES) $(BUILT_SOURCES)) +gir_sources=$(patsubst %,$(srcdir)/%, $(libgstwebrtc_@GST_API_VERSION@_la_SOURCES)) $(BUILT_SOURCES) GstWebRTC-@GST_API_VERSION@.gir: $(INTROSPECTION_SCANNER) libgstwebrtc-@GST_API_VERSION@.la $(AM_V_GEN)GST_PLUGIN_SYSTEM_PATH_1_0="" GST_PLUGIN_PATH_1_0="" GST_REGISTRY_UPDATE=no GI_SCANNER_DISABLE_CACHE=yes \ |