mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 16:20:09 +01:00
Makefile.am: Include meson-only files
This makes it possible to use both autotools and meson to build and install the tarball. Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
This commit is contained in:
parent
2939d4a05e
commit
2e92d3460d
1 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,13 @@ dist_noinst_DATA = \
|
||||||
README.md \
|
README.md \
|
||||||
GOVERNANCE.md \
|
GOVERNANCE.md \
|
||||||
MEMBERS.md \
|
MEMBERS.md \
|
||||||
|
meson.build \
|
||||||
|
meson_options.txt \
|
||||||
|
tests/meson.build \
|
||||||
|
tests/build-cxx.cc.in \
|
||||||
|
tests/build-pedantic.c.in \
|
||||||
|
tests/replace.py \
|
||||||
|
tests/scan.sh \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
noarch_pkgconfig_DATA = wayland-protocols.pc
|
noarch_pkgconfig_DATA = wayland-protocols.pc
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue