diff options
author | Thierry Reding <[email protected]> | 2018-03-06 10:44:08 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2018-03-08 12:11:32 +0100 |
commit | d41ee9ba5d0f085b517bc6ce192f912fc1490e3a (patch) | |
tree | 48eb2afab6060016c35c772884b8b52147012b56 /src/glx/apple | |
parent | 4e3c1ace659c7325bd8d54b66370c3755e40a266 (diff) |
glx/apple: Ship meson build file in tarball
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 <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'src/glx/apple')
-rw-r--r-- | src/glx/apple/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glx/apple/Makefile.am b/src/glx/apple/Makefile.am index bfa18b1c2f3..8f932686359 100644 --- a/src/glx/apple/Makefile.am +++ b/src/glx/apple/Makefile.am @@ -1,4 +1,6 @@ -EXTRA_DIST = RELEASE_NOTES +EXTRA_DIST = \ + RELEASE_NOTES \ + meson.build noinst_LTLIBRARIES = libappleglx.la |