summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2020-02-04 15:15:20 +0100
committerSimon Ser <contact@emersion.fr>2020-02-04 17:43:07 +0100
commit3d1c6c6f685748276a33dc442bb05ec5f0ac47a1 (patch)
treeaaed3d42f47fb8bba860af9ca8a303a8d392b635 /Makefile.am
parentbuild: bump to version 1.17.92 for the beta release (diff)
downloadwayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.tar
wayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.tar.gz
wayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.tar.bz2
wayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.tar.lz
wayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.tar.xz
wayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.tar.zst
wayland-3d1c6c6f685748276a33dc442bb05ec5f0ac47a1.zip
autotools: add Meson files to EXTRA_DIST
This allows users to build Wayland with Meson from an autotools-generated release tarball. Signed-off-by: Simon Ser <contact@emersion.fr> Closes: https://gitlab.freedesktop.org/wayland/wayland/issues/141
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am18
1 files changed, 17 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 928874c..cc87392 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -316,7 +316,23 @@ EXTRA_DIST += tests/scanner-test.sh \
tests/data/small-code-core.c \
tests/data/small-client-core.h \
tests/data/small-server-core.h \
- tests/data/small-private-code.c
+ tests/data/small-private-code.c \
+ meson.build \
+ meson_options.txt \
+ cursor/meson.build \
+ doc/meson.build \
+ doc/doxygen/mainpage.dox \
+ doc/doxygen/meson.build \
+ doc/doxygen/gen-doxygen.py \
+ doc/doxygen/xml/meson.build \
+ doc/doxygen/xml/Client/meson.build \
+ doc/doxygen/xml/Server/meson.build \
+ doc/man/meson.build \
+ doc/publican/meson.build \
+ doc/publican/sources/meson.build \
+ egl/meson.build \
+ src/meson.build \
+ tests/meson.build
tests/scanner-test.sh: $(top_builddir)/wayland-scanner