mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 11:11:08 +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
b66109abf7
commit
d709e9fa0c
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ EXTRA_DIST = \
|
|||
configure.ac autogen.sh depcomp \
|
||||
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
|
||||
scripts/gst-uninstalled \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/gstreamer-*" ) \
|
||||
gst/gstenumtypes.c.template gst/gstenumtypes.h.template \
|
||||
meson_options.txt config.h.meson \
|
||||
gst/parse/gen_lex.py.in gst/parse/gen_grammar.py.in \
|
||||
$(win32)
|
||||
|
||||
CLEANFILES = gst-element-check-@GST_API_VERSION@.m4
|
||||
|
|
Loading…
Reference in a new issue