[Mesa-dev] [PATCH 2/2] mesa: Use the new hash table for the variable refcount visitor.
Jordan Justen
jljusten at gmail.com
Wed Dec 5 12:14:41 PST 2012
On Mon, Dec 3, 2012 at 10:01 PM, Ian Romanick <idr at 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
More information about the mesa-dev
mailing list