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
4e01a6f7b1
commit
7f8c2a08da
1 changed files with 3 additions and 1 deletions
|
@ -8,4 +8,6 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||||
|
|
||||||
DISTCLEANFILES = _stdint.h
|
DISTCLEANFILES = _stdint.h
|
||||||
|
|
||||||
EXTRA_DIST = autogen.sh gst-omx.doap RELEASE
|
EXTRA_DIST = autogen.sh gst-omx.doap RELEASE \
|
||||||
|
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||||
|
meson_options.txt
|
||||||
|
|
Loading…
Reference in a new issue