summaryrefslogtreecommitdiff
path: root/configs/linux-x86-static
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2004-06-22 21:32:59 +0000
committerIan Romanick <idr@us.ibm.com>2004-06-22 21:32:59 +0000
commitea93e6d3785cdcd17da1d7cc47a394ba684735db (patch)
tree1bf3a23a8d961cf6147652853a41c44fda4e9819 /configs/linux-x86-static
parent6b869d4fe19dc0ed35bdd17c843f25553e9e887c (diff)
Don't include glapi_*.S files in DRI / solo builds.
Diffstat (limited to 'configs/linux-x86-static')
-rw-r--r--configs/linux-x86-static2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-x86-static b/configs/linux-x86-static
index 745ffb51c3..a1b3027d57 100644
--- a/configs/linux-x86-static
+++ b/configs/linux-x86-static
@@ -25,4 +25,4 @@ GLW_LIB_NAME = libGLw.a
OSMESA_LIB_NAME = libOSMesa.a
-ASM_SOURCES = $(X86_SOURCES)
+ASM_SOURCES = $(X86_SOURCES) $(X86_API)