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
184351ae48
commit
84380f3e8e
@ -6,7 +6,9 @@ SUBDIRS = \
|
||||
EXTRA_DIST = \
|
||||
depcomp \
|
||||
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
||||
ChangeLog gst-plugins-ugly.doap autogen.sh
|
||||
ChangeLog gst-plugins-ugly.doap autogen.sh \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
meson_options.txt config.h.meson
|
||||
|
||||
DISTCLEANFILES = _stdint.h
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user