mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
Fix distcheck
Don't use wildcards in Makefile.am, buildbot doesn't seem to like them.
This commit is contained in:
parent
9807cbf366
commit
cf7ce80215
2 changed files with 14 additions and 2 deletions
|
@ -17,8 +17,9 @@ EXTRA_DIST = \
|
|||
ChangeLog gst-plugins-bad.doap autogen.sh $(win32) \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
meson_options.txt config.h.meson \
|
||||
gst-libs/gst/*/*enum.py ext/srtp/srtp_mkenum.py \
|
||||
win32/common/*.def \
|
||||
gst-libs/gst/interfaces/build_mkenum.py \
|
||||
gst-libs/gst/mpegts/mpegts_enum.py \
|
||||
ext/srtp/srtp_mkenum.py \
|
||||
ext/vulkan/vkconfig.h.meson gst-libs/gst/gl/gstglconfig.h.meson
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
|
|
@ -1 +1,12 @@
|
|||
win32/MANIFEST
|
||||
win32/common/libgstadaptivedemux.def
|
||||
win32/common/libgstbadaudio.def
|
||||
win32/common/libgstbadbase.def
|
||||
win32/common/libgstbadvideo.def
|
||||
win32/common/libgstbasecamerabinsrc.def
|
||||
win32/common/libgstcodecparsers.def
|
||||
win32/common/libgstinsertbin.def
|
||||
win32/common/libgstmpegts.def
|
||||
win32/common/libgstphotography.def
|
||||
win32/common/libgstplayer.def
|
||||
win32/common/libgsturidownloader.def
|
||||
|
|
Loading…
Reference in a new issue