mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: dist meson build files
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
This commit is contained in:
parent
267b7a8cf1
commit
6e76f7bc3d
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ include $(top_srcdir)/common/win32.mak
|
|||
EXTRA_DIST = \
|
||||
depcomp \
|
||||
AUTHORS COPYING COPYING.LIB NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog gst-plugins-base.doap autogen.sh $(win32)
|
||||
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 \
|
||||
meson_options.txt config.h.meson
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue