diff options
author | Matt Turner <[email protected]> | 2013-11-10 18:23:51 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2014-12-12 12:11:46 -0800 |
commit | 838ac978f472ecf7bdae2e8cf45ad477e17f9c02 (patch) | |
tree | b05043954f47d3f96b3659f0668ee949f8a59bbb /src/glsl/Makefile.am | |
parent | 69386ddfa62730e57fa57ab0699fcddcc9b81632 (diff) |
glsl: Add headers to distribution.
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r-- | src/glsl/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 25b824ad1a1..df0b6a06397 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 |