From c692581ae870f73f93993ba05a4d28ab0ef8e7bd Mon Sep 17 00:00:00 2001 From: Tapani Pälli Date: Fri, 30 May 2014 07:47:05 +0300 Subject: glcpp: link with tests/common.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So that prog_hash_table can use _mesa_error_no_memory function. Signed-off-by: Tapani Pälli Reviewed-by: Juha-Pekka Heikkila --- src/glsl/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/glsl/Makefile.am') diff --git a/src/glsl/Makefile.am b/src/glsl/Makefile.am index fd0e837d11f..00261fd0d19 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 \ -- cgit v1.2.3