Module: Mesa Branch: master Commit: 3f276b37b170656927ae4576bc98fd84adc29762 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=3f276b37b170656927ae4576bc98fd84adc29762
Author: Matt Turner <[email protected]> Date: Mon Jan 14 14:21:41 2013 -0800 glsl/build: Build glsl_test only on make check Reviewed-by: Andreas Boll <[email protected]> --- src/glsl/Makefile.am | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index 1d93ac4..36af90e 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -35,7 +35,8 @@ AM_LFLAGS = --nounistd -o$(LEX_OUTPUT_ROOT).c include Makefile.sources noinst_LTLIBRARIES = libglsl.la -noinst_PROGRAMS = glsl_compiler glsl_test +check_PROGRAMS = glsl_test +noinst_PROGRAMS = glsl_compiler libglsl_la_SOURCES = \ glsl_lexer.ll \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
