Module: Mesa Branch: master Commit: 2fcfa1ac0ee5f177c3760d63eaa633e004a11507 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2fcfa1ac0ee5f177c3760d63eaa633e004a11507
Author: Jakob Bornecrantz <[email protected]> Date: Thu Mar 5 00:03:27 2009 +0100 mesa: Add x86/common_x86.c to libmesagallium.a Thanks to Brian for the refactor commit --- src/mesa/sources.mak | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 30ee064..66b4625 100644 --- a/src/mesa/sources.mak +++ b/src/mesa/sources.mak @@ -323,6 +323,7 @@ MESA_GALLIUM_SOURCES = \ $(VBO_SOURCES) \ $(STATETRACKER_SOURCES) \ $(SHADER_SOURCES) \ + x86/common_x86.c \ $(SLANG_SOURCES) # All the core C sources, for dependency checking _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
