Skip to content
Snippets Groups Projects
Commit 7f8c2a08 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

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.
parent 4e01a6f7
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,6 @@ ACLOCAL_AMFLAGS = -I m4 -I common/m4
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment