automake: Fix 'make dist'

Automake would skip a few meson files that would prevent to build with
meson a dist file previously generated by automake.

Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Olivier Fourdan 2018-03-28 12:17:48 +02:00 committed by Adam Jackson
parent 16639ab77d
commit b355e55f50
1 changed files with 3 additions and 0 deletions

View File

@ -140,6 +140,7 @@ distcheck-hook:
EXTRA_DIST += \
meson_options.txt \
include/xorg-config.h.meson.in \
include/xwin-config.h.meson.in \
hw/xfree86/loader/symbol-test.c \
hw/xfree86/common/xf86Build.sh \
composite/meson.build \
@ -204,8 +205,10 @@ EXTRA_DIST += \
record/meson.build \
render/meson.build \
test/bigreq/meson.build \
test/bigreq/request-length.c \
test/meson.build \
test/sync/meson.build \
test/sync/sync.c \
Xext/meson.build \
xfixes/meson.build \
Xi/meson.build \