From: Jakob Bornecrantz Date: Wed, 4 Mar 2009 23:03:27 +0000 (+0100) Subject: mesa: Add x86/common_x86.c to libmesagallium.a X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2fcfa1ac0ee5f177c3760d63eaa633e004a11507;p=mesa.git mesa: Add x86/common_x86.c to libmesagallium.a Thanks to Brian for the refactor commit --- diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak index 30ee064270e..66b4625bfdd 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