summaryrefslogtreecommitdiff
path: root/src/glx/x11/Makefile
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2005-04-07 23:58:51 +0000
committerIan Romanick <idr@us.ibm.com>2005-04-07 23:58:51 +0000
commita657c1aee85b7a2466d8608d8f3d44ebd015e476 (patch)
tree82085f6dfbdff7933bf4b1eb8633654ca33d7e46 /src/glx/x11/Makefile
parentd9c389dff6836ea0e3b79f3682378f6998875399 (diff)
Use the same dispatch.c source file for "normal" Mesa builds and DRI
libGL builds.
Diffstat (limited to 'src/glx/x11/Makefile')
-rw-r--r--src/glx/x11/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile
index dbd1f13422..0a488e444f 100644
--- a/src/glx/x11/Makefile
+++ b/src/glx/x11/Makefile
@@ -86,6 +86,9 @@ default: depend $(LIB_DIR)/$(GL_LIB_NAME)
glcontextmodes.c:
ln -s $(TOP)/src/mesa/drivers/dri/common/glcontextmodes.c .
+dispatch.c:
+ ln -s $(TOP)/src/mesa/main/dispatch.c .
+
# Make libGL
$(LIB_DIR)/$(GL_LIB_NAME): $(OBJECTS) Makefile
CC="$(CC)" CXX="$(CXX)" $(TOP)/bin/mklib -o $(GL_LIB) -major 1 -minor 2 $(MKLIB_OPTIONS) \