Module: Mesa
Branch: master
Commit: 6754c2e83d79f93b3a4c8c1c55ca4c5e3b965645
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=6754c2e83d79f93b3a4c8c1c55ca4c5e3b965645

Author: Dylan Baker <[email protected]>
Date:   Fri Apr 20 18:52:55 2018 -0700

autotools: Include new meson files

Signed-off-by: Dylan Baker <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>

---

 src/compiler/Makefile.am                 | 1 +
 src/gallium/Makefile.am                  | 4 +++-
 src/gallium/tests/trivial/Makefile.am    | 2 ++
 src/gallium/tests/unit/Makefile.am       | 2 ++
 src/mesa/state_tracker/tests/Makefile.am | 2 ++
 5 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/compiler/Makefile.am b/src/compiler/Makefile.am
index 8ec9b0449c..73435a3b5d 100644
--- a/src/compiler/Makefile.am
+++ b/src/compiler/Makefile.am
@@ -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)
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index e2e8eaece1..c153a5d44d 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -206,4 +206,6 @@ endif
 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 585fb699e6..db9a54ff0a 100644
--- a/src/gallium/tests/trivial/Makefile.am
+++ b/src/gallium/tests/trivial/Makefile.am
@@ -19,5 +19,7 @@ tri_SOURCES = tri.c
 
 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 9f1d3b98cd..f1192af17a 100644
--- a/src/gallium/tests/unit/Makefile.am
+++ b/src/gallium/tests/unit/Makefile.am
@@ -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
diff --git a/src/mesa/state_tracker/tests/Makefile.am 
b/src/mesa/state_tracker/tests/Makefile.am
index cbb7447ee2..a49ad3ee10 100644
--- a/src/mesa/state_tracker/tests/Makefile.am
+++ b/src/mesa/state_tracker/tests/Makefile.am
@@ -43,3 +43,5 @@ st_renumerate_test_LDADD = \
        $(top_builddir)/src/gtest/libgtest.la \
        $(GALLIUM_COMMON_LIB_DEPS) \
        $(LLVM_LIBS)
+
+EXTRA_DIST = meson.build

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to