autotools: Include new meson files

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Dylan Baker 2018-04-20 18:52:55 -07:00
parent 5c8e2501a6
commit 6754c2e83d
5 changed files with 10 additions and 1 deletions

View file

@ -64,6 +64,7 @@ EXTRA_DIST = \
glsl/tests/meson.build \
glsl/meson.build \
nir/meson.build \
spirv/meson.build \
meson.build
MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)

View file

@ -206,4 +206,6 @@ endif
EXTRA_DIST += \
tests/graw \
tests/python \
meson.build
meson.build \
tests/meson.build \
tests/graw/meson.build

View file

@ -19,5 +19,7 @@ tri_SOURCES = tri.c
quad_tex_SOURCES = quad-tex.c
EXTRA_DIST = meson.build
clean-local:
-rm -f result.bmp

View file

@ -32,3 +32,5 @@ 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

View file

@ -43,3 +43,5 @@ st_renumerate_test_LDADD = \
$(top_builddir)/src/gtest/libgtest.la \
$(GALLIUM_COMMON_LIB_DEPS) \
$(LLVM_LIBS)
EXTRA_DIST = meson.build