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

Author: Emil Velikov <emil.veli...@collabora.com>
Date:   Thu Jan 25 15:31:10 2018 +0000

automake: st/mesa/tests: add st_tests_common.h to the tarball

Fixes: 6569b33b6ee ("mesa/st/tests: unify MockCodeLine* classes")
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>

---

 src/mesa/state_tracker/tests/Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/mesa/state_tracker/tests/Makefile.am 
b/src/mesa/state_tracker/tests/Makefile.am
index 0350c64bf3..3c7993dc8d 100644
--- a/src/mesa/state_tracker/tests/Makefile.am
+++ b/src/mesa/state_tracker/tests/Makefile.am
@@ -23,7 +23,8 @@ noinst_LIBRARIES = libmesa-st-tests-common.a
 endif
 
 libmesa_st_tests_common_a_SOURCES = \
-       st_tests_common.cpp
+       st_tests_common.cpp \
+       st_tests_common.h
 
 st_renumerate_test_SOURCES =                   \
        test_glsl_to_tgsi_lifetime.cpp

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to