Mesa (master): glcpp: link with tests/common.c

Tapani Pälli tpalli at kemper.freedesktop.org
Fri May 30 06:23:43 UTC 2014


Module: Mesa
Branch: master
Commit: c692581ae870f73f93993ba05a4d28ab0ef8e7bd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c692581ae870f73f93993ba05a4d28ab0ef8e7bd

Author: Tapani Pälli <tapani.palli at 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.palli at intel.com>
Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila at 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					\




More information about the mesa-commit mailing list