summaryrefslogtreecommitdiff
path: root/src/glx/mini/Makefile
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2004-09-07 00:41:40 +0000
committerDave Airlie <airliedfreedesktop.org>2004-09-07 00:41:40 +0000
commite520b72e8901058729780620e3a98b4014f736f2 (patch)
tree1bceaae218fb9ab3bcfeca1c367f1af92fed7279 /src/glx/mini/Makefile
parent58c4937e124138dd11bfd36e37d401ff73f5e7c4 (diff)
Add a solo-x86 config, and make solo use the x86 glapi
Diffstat (limited to 'src/glx/mini/Makefile')
-rw-r--r--src/glx/mini/Makefile5
1 files changed, 4 insertions, 1 deletions
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)