From: Matt Turner Date: Wed, 9 May 2018 23:36:58 +0000 (-0700) Subject: gallium/tests: Fix assignment of EXTRA_DIST X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0f959215c340150cb6075f5c2d3ccfc5d109558f;p=mesa.git gallium/tests: Fix assignment of EXTRA_DIST Fixes: 6754c2e83d79 ("autotools: Include new meson files") --- 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