summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests
diff options
context:
space:
mode:
authorMatt Turner <[email protected]>2018-05-09 16:36:58 -0700
committerMatt Turner <[email protected]>2018-05-09 16:38:47 -0700
commit0f959215c340150cb6075f5c2d3ccfc5d109558f (patch)
treeb09304eab38348e2a157c4adc75542a460746ce9 /src/gallium/tests
parent00979402230e659fff57dec612f60987665157fa (diff)
gallium/tests: Fix assignment of EXTRA_DIST
Fixes: 6754c2e83d79 ("autotools: Include new meson files")
Diffstat (limited to 'src/gallium/tests')
-rw-r--r--src/gallium/tests/unit/Makefile.am4
1 files changed, 1 insertions, 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