From 0f959215c340150cb6075f5c2d3ccfc5d109558f Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Wed, 9 May 2018 16:36:58 -0700 Subject: [PATCH] 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 f1192af17a6..74d125fe449 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 -- 2.30.2