summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorOlivier Fourdan <ofourdan@redhat.com>2018-03-28 12:17:48 +0200
committerAdam Jackson <ajax@redhat.com>2018-03-28 15:11:16 -0400
commitb355e55f500c18d55d0ac241e5f7e826ed62f555 (patch)
tree1babb861fc47393b12ecb3550778f4eb9784d14b /Makefile.am
parent16639ab77d14cecb7d03fd2d5c796c2fb1714c18 (diff)
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>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ddfd5b84..32d4d21e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -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 \