summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mesa/state_tracker/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/tests/Makefile.am b/src/mesa/state_tracker/tests/Makefile.am
index 0350c64bf3d..3c7993dc8d1 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