mesa: fix an autoconf build-system bug related to glsl_to_tgsi
authorMarek Olšák <maraeo@gmail.com>
Fri, 16 Sep 2011 19:51:58 +0000 (21:51 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 19 Sep 2011 18:27:54 +0000 (20:27 +0200)
commitda90c8fc271d000d6a3415fcc9da066293565b35
tree73d2a64baf3591f34e868cfbd6be1e8557f779a2
parent2ce8c3553b5f7b97b110ff7d968411027c156552
mesa: fix an autoconf build-system bug related to glsl_to_tgsi

st_glsl_to_tgsi.cpp was completely ignored by makedepend because it was
not included in ALL_SOURCES, which caused that the file was not recompiled
when certain header files were changed (like glsl/ir.h).

The first part of this commit is just a consolidation.
The second part is the fix.
src/mesa/sources.mak