summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2009-03-05 00:03:27 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2009-03-05 00:10:11 +0100
commit2fcfa1ac0ee5f177c3760d63eaa633e004a11507 (patch)
tree9c95fdfc1d52da9f4f90539c0c2c535e05c825ee /src/mesa/sources.mak
parent9ec7f083f3f3e40081a452ceba8b0e7cd073fb47 (diff)
mesa: Add x86/common_x86.c to libmesagallium.a
Thanks to Brian for the refactor commit
Diffstat (limited to 'src/mesa/sources.mak')
-rw-r--r--src/mesa/sources.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/sources.mak b/src/mesa/sources.mak
index 30ee064270..66b4625bfd 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