mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +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
1bd42625f8
commit
898d14b229
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue