mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +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
007f48f711
commit
a9cb8868fd
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ EXTRA_DIST = \
|
|||
AUTHORS COPYING NEWS README RELEASE REQUIREMENTS \
|
||||
docs/design/gst-rtp-server-design \
|
||||
gst-rtsp-server.doap \
|
||||
$(win32)
|
||||
$(win32) \
|
||||
$(shell find "$(top_srcdir)" -type f -name meson.build ! -path "$(top_srcdir)/$(PACKAGE_TARNAME)-*" ) \
|
||||
config.h.meson
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4 -I common/m4
|
||||
|
||||
|
|
Loading…
Reference in a new issue