From e520b72e8901058729780620e3a98b4014f736f2 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 7 Sep 2004 00:41:40 +0000 Subject: Add a solo-x86 config, and make solo use the x86 glapi --- src/glx/mini/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/glx/mini/Makefile b/src/glx/mini/Makefile index 84dfa4c443..4dea619b82 100644 --- a/src/glx/mini/Makefile +++ b/src/glx/mini/Makefile @@ -18,7 +18,10 @@ C_SOURCES = \ miniglx.c \ miniglx_events.c -OBJECTS = $(C_SOURCES:.c=.o) +X86_SOURCES = $(TOP)/src/mesa/x86/glapi_x86.S + +OBJECTS = $(C_SOURCES:.c=.o) \ + $(ASM_SOURCES:.S=.o) INCLUDES = -I. $(INCLUDE_DIRS) -- cgit v1.2.3