From ea93e6d3785cdcd17da1d7cc47a394ba684735db Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 22 Jun 2004 21:32:59 +0000 Subject: Don't include glapi_*.S files in DRI / solo builds. --- configs/linux-x86 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-x86') diff --git a/configs/linux-x86 b/configs/linux-x86 index ac236ad460..5f7cda789c 100644 --- a/configs/linux-x86 +++ b/configs/linux-x86 @@ -15,7 +15,7 @@ CXXFLAGS = -Wall -O3 -ansi -pedantic -fPIC -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199 GLUT_CFLAGS = -fexceptions -ASM_SOURCES = $(X86_SOURCES) +ASM_SOURCES = $(X86_SOURCES) $(X86_API) # Library/program dependencies GL_LIB_DEPS = -L/usr/X11R6/lib -lX11 -lXext -lm -lpthread -- cgit v1.2.3