Module: Mesa Branch: master Commit: c692581ae870f73f93993ba05a4d28ab0ef8e7bd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c692581ae870f73f93993ba05a4d28ab0ef8e7bd
Author: Tapani Pälli <tapani.pa...@intel.com> Date: Fri May 30 07:47:05 2014 +0300 glcpp: link with tests/common.c So that prog_hash_table can use _mesa_error_no_memory function. Signed-off-by: Tapani Pälli <tapani.pa...@intel.com> Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikk...@gmail.com> --- src/glsl/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index fd0e837..00261fd 100644 --- a/src/glsl/Makefile.am +++ b/src/glsl/Makefile.am @@ -114,6 +114,7 @@ libglcpp_la_SOURCES = \ glcpp_glcpp_SOURCES = \ glcpp/glcpp.c \ + tests/common.c \ $(top_srcdir)/src/mesa/program/prog_hash_table.c glcpp_glcpp_LDADD = \ libglcpp.la \ _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit