mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 05:40:13 +01:00
gallium/tests: Fix assignment of EXTRA_DIST
Fixes: 6754c2e83d ("autotools: Include new meson files")
This commit is contained in:
parent
0097940223
commit
0f959215c3
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue