mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
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
This commit is contained in:
parent
367d2985f3
commit
3d1c6c6f68
1 changed files with 17 additions and 1 deletions
18
Makefile.am
18
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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue