summaryrefslogtreecommitdiffstats
path: root/src/glsl/Makefile.am
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2014-12-07 15:23:47 -0800
committerMatt Turner <mattst88@gmail.com>2014-12-12 12:11:50 -0800
commit5ea4b25fba39eb2f26dad24acb55f4c2166f40d1 (patch)
tree38c3e1b492501f774f1e90a6cfb02688bd45d1de /src/glsl/Makefile.am
parenta29ae0b3ddce0f4cda633d3be3f7380178522bbf (diff)
downloadexternal_mesa3d-5ea4b25fba39eb2f26dad24acb55f4c2166f40d1.zip
external_mesa3d-5ea4b25fba39eb2f26dad24acb55f4c2166f40d1.tar.gz
external_mesa3d-5ea4b25fba39eb2f26dad24acb55f4c2166f40d1.tar.bz2
glsl: Add dist-hook to delete glcpp test *.out files.
Diffstat (limited to 'src/glsl/Makefile.am')
-rw-r--r--src/glsl/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am
index 565b5b6..9a31317 100644
--- a/src/glsl/Makefile.am
+++ b/src/glsl/Makefile.am
@@ -212,3 +212,7 @@ CLEANFILES = \
clean-local:
$(RM) -r subtest-cr subtest-cr-lf subtest-lf subtest-lf-cr
+
+dist-hook:
+ $(RM) glcpp/tests/*.out
+ $(RM) glcpp/tests/subtest*/*.out