Mesa (master): gallium/tests: Fix assignment of EXTRA_DIST

Matt Turner mattst88 at kemper.freedesktop.org
Wed May 9 23:38:52 UTC 2018


Module: Mesa
Branch: master
Commit: 0f959215c340150cb6075f5c2d3ccfc5d109558f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0f959215c340150cb6075f5c2d3ccfc5d109558f

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed May  9 16:36:58 2018 -0700

gallium/tests: Fix assignment of EXTRA_DIST

Fixes: 6754c2e83d79 ("autotools: Include new meson files")

---

 src/gallium/tests/unit/Makefile.am | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gallium/tests/unit/Makefile.am b/src/gallium/tests/unit/Makefile.am
index f1192af17a..74d125fe44 100644
--- a/src/gallium/tests/unit/Makefile.am
+++ b/src/gallium/tests/unit/Makefile.am
@@ -2,7 +2,7 @@
 
 include $(top_srcdir)/src/gallium/Automake.inc
 
-EXTRA_DIST = SConscript
+EXTRA_DIST = SConscript meson.build
 
 AM_CFLAGS = \
 	$(GALLIUM_CFLAGS)
@@ -32,5 +32,3 @@ u_format_test_SOURCES = u_format_test.c
 u_format_compatible_test_SOURCES = u_format_compatible_test.c
 
 translate_test_SOURCES = translate_test.c
-
-EXTRA_DIST = meson.build




More information about the mesa-commit mailing list