diff options
author | Jakob Bornecrantz <[email protected]> | 2009-03-05 00:03:27 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-03-05 00:10:11 +0100 |
commit | 2fcfa1ac0ee5f177c3760d63eaa633e004a11507 (patch) | |
tree | 9c95fdfc1d52da9f4f90539c0c2c535e05c825ee /src | |
parent | 9ec7f083f3f3e40081a452ceba8b0e7cd073fb47 (diff) |
mesa: Add x86/common_x86.c to libmesagallium.a
Thanks to Brian for the refactor commit
Diffstat (limited to 'src')
-rw-r--r-- | 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 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 |