diff options
author | Tapani Pälli <[email protected]> | 2014-05-30 07:47:05 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2014-05-30 09:22:24 +0300 |
commit | c692581ae870f73f93993ba05a4d28ab0ef8e7bd (patch) | |
tree | 25faa4f95febbb51b0b0d17607aaacb85afd4154 /src/glsl | |
parent | 7bfe94694cc270f877b2d192b0e20762987ae7c9 (diff) |
glcpp: link with tests/common.c
So that prog_hash_table can use _mesa_error_no_memory function.
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Juha-Pekka Heikkila <[email protected]>
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |