summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2013-11-10 18:23:51 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:46 -0800
commit838ac978f472ecf7bdae2e8cf45ad477e17f9c02 (patch)
treeb05043954f47d3f96b3659f0668ee949f8a59bbb /src/glsl/Makefile.am
parent69386ddfa62730e57fa57ab0699fcddcc9b81632 (diff)
downloadexternal_mesa3d-838ac978f472ecf7bdae2e8cf45ad477e17f9c02.zip
external_mesa3d-838ac978f472ecf7bdae2e8cf45ad477e17f9c02.tar.gz
external_mesa3d-838ac978f472ecf7bdae2e8cf45ad477e17f9c02.tar.bz2
glsl: Add headers to distribution.
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r--src/glsl/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 25b824a..df0b6a0 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -79,6 +79,7 @@ tests_uniform_initializer_test_SOURCES = \
tests/copy_constant_to_storage_tests.cpp \
tests/set_uniform_initializer_tests.cpp \
tests/uniform_initializer_utils.cpp \
+ tests/uniform_initializer_utils.h \
tests/common.c
tests_uniform_initializer_test_CFLAGS = \
$(PTHREAD_CFLAGS)
@@ -137,7 +138,8 @@ glsl_test_SOURCES = \
$(GLSL_SRCDIR)/standalone_scaffolding.cpp \
tests/common.c \
test.cpp \
- test_optpass.cpp
+ test_optpass.cpp \
+ test_optpass.h
glsl_test_LDADD = libglsl.la