Skip to content
Snippets Groups Projects
Commit 898d14b2 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 1bd42625
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@ DIST_SUBDIRS = $(COMMON_SUBDIRS) gst-libs pkgconfig
EXTRA_DIST = \
depcomp autogen.sh \
AUTHORS COPYING NEWS README ChangeLog gst-libav.doap
AUTHORS COPYING NEWS README ChangeLog gst-libav.doap \
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" )
ACLOCAL_AMFLAGS = -I m4 -I common/m4
include $(top_srcdir)/common/release.mak
......
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