summaryrefslogtreecommitdiff
path: root/src/mesa/sources.mak
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2009-02-09 15:41:06 -0700
committerBrian Paul <brianp@vmware.com>2009-02-09 15:41:06 -0700
commit7e0bc2eb8df6f83a67410cd422b709981f88cd87 (patch)
treee292e021bd4da9d646def7206eb7488f186b1482 /src/mesa/sources.mak
parente13593678f62941db06b7ae1a21b81c643371659 (diff)
mesa: add x86/rtasm/x86sse.c to fix linux-x86 build
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 13ec1fa454..dfafbc982b 100644
--- a/src/mesa/sources.mak
+++ b/src/mesa/sources.mak
@@ -259,6 +259,7 @@ ASM_C_SOURCES = \
x86/x86.c \
x86/3dnow.c \
x86/sse.c \
+ x86/rtasm/x86sse.c \
sparc/sparc.c \
ppc/common_ppc.c \
x86-64/x86-64.c