On Mon, Dec 3, 2012 at 10:01 PM, Ian Romanick <i...@freedesktop.org> wrote: > On 12/03/2012 02:52 PM, Jordan Justen wrote: >> --- a/src/glsl/Makefile.am >> +++ b/src/glsl/Makefile.am >> @@ -42,6 +42,7 @@ noinst_PROGRAMS = glsl_compiler glsl_test >> libglsl_la_SOURCES = \ >> glsl_lexer.ll \ >> glsl_parser.cc \ >> + $(top_srcdir)/src/mesa/main/hash_table.c \ > > Does this need to be here? If so, what about scons, Android.mk, etc.
Would it be more appropriate to add this to glsl_compiler_SOURCES and glsl_test_SOURCES rather than libglsl_la_SOURCES? I see this is how program/hash_table.c was linked. (I currently plan to make this change in v2.) Regarding scons/android... yes, I need to fix this. -Jordan _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev