mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
Fix distcheck
Buildbot doesn't like wildcards here for some reason.
This commit is contained in:
parent
6e76f7bc3d
commit
90374fab76
1 changed files with 5 additions and 1 deletions
|
@ -36,7 +36,11 @@ EXTRA_DIST = \
|
|||
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog gst-plugins-base.doap autogen.sh $(win32) \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
gst-libs/gst/*/*_mkenum.py \
|
||||
gst-libs/gst/audio/audio_mkenum.py \
|
||||
gst-libs/gst/pbutils/pbutils_mkenum.py \
|
||||
gst-libs/gst/rtp/rtp_mkenum.py \
|
||||
gst-libs/gst/rtsp/rtsp_mkenum.py \
|
||||
gst-libs/gst/video/video_mkenum.py \
|
||||
meson_options.txt config.h.meson
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
|
Loading…
Reference in a new issue