glx/apple: Ship meson build file in tarball
authorThierry Reding <treding@nvidia.com>
Tue, 6 Mar 2018 09:44:08 +0000 (10:44 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 8 Mar 2018 11:11:32 +0000 (12:11 +0100)
The meson build file for Apple GLX is not listed in the EXTRA_DIST make
variable and therefore isn't shipped as part of the release tarball, so
meson builds from the tarball will fail.

Add the file to EXTRA_DIST to ensure it is included in the tarball.

Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
src/glx/apple/Makefile.am

index bfa18b1c2f3d3d5954dae5f195a4de405a6d1885..8f9326863597b1a99914e7ec97f17786e9362c01 100644 (file)
@@ -1,4 +1,6 @@
-EXTRA_DIST = RELEASE_NOTES
+EXTRA_DIST = \
+       RELEASE_NOTES \
+       meson.build
 
 noinst_LTLIBRARIES = libappleglx.la
 
 
 noinst_LTLIBRARIES = libappleglx.la