diff options
Diffstat (limited to 'src/gallium/tests/unit/Makefile.am')
-rw-r--r-- | src/gallium/tests/unit/Makefile.am | 4 |
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 |