autotools: Include new meson files

Signed-off-by: Dylan Baker <dylan.c.baker@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am
index 8ec9b04..73435a3 100644
--- a/src/compiler/Makefile.am
+++ b/src/compiler/Makefile.am
@@ -64,6 +64,7 @@
 	glsl/tests/meson.build \
 	glsl/meson.build \
 	nir/meson.build \
+	spirv/meson.build \
 	meson.build
 
 MKDIR_GEN = $(AM_V_at)$(MKDIR_P) $(@D)
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index e2e8eae..c153a5d 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -206,4 +206,6 @@
 EXTRA_DIST += \
 	tests/graw \
 	tests/python \
-	meson.build
+	meson.build \
+	tests/meson.build \
+	tests/graw/meson.build
diff --git a/src/gallium/tests/trivial/Makefile.am b/src/gallium/tests/trivial/Makefile.am
index 585fb69..db9a54f 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -19,5 +19,7 @@
 
 quad_tex_SOURCES = quad-tex.c
 
+EXTRA_DIST = meson.build
+
 clean-local:
 	-rm -f result.bmp
diff --git a/src/gallium/tests/unit/Makefile.am b/src/gallium/tests/unit/Makefile.am
index 9f1d3b9..f1192af 100644
--- a/src/gallium/tests/unit/Makefile.am
+++ b/src/gallium/tests/unit/Makefile.am
@@ -32,3 +32,5 @@
 u_format_compatible_test_SOURCES = u_format_compatible_test.c
 
 translate_test_SOURCES = translate_test.c
+
+EXTRA_DIST = meson.build
diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am
index cbb7447..a49ad3e 100644
--- a/src/mesa/state_tracker/tests/Makefile.am
+++ b/src/mesa/state_tracker/tests/Makefile.am
@@ -43,3 +43,5 @@
 	$(top_builddir)/src/gtest/libgtest.la \
 	$(GALLIUM_COMMON_LIB_DEPS) \
 	$(LLVM_LIBS)
+
+EXTRA_DIST = meson.build