mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-29 05:01:23 +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 \
|
configure.ac autogen.sh depcomp \
|
||||||
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
|
MAINTAINERS ABOUT-NLS RELEASE gstreamer.doap \
|
||||||
scripts/gst-uninstalled \
|
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)
|
$(win32)
|
||||||
|
|
||||||
CLEANFILES = gst-element-check-@GST_API_VERSION@.m4
|
CLEANFILES = gst-element-check-@GST_API_VERSION@.m4
|
||||||
|
|
Loading…
Reference in a new issue