From a657c1aee85b7a2466d8608d8f3d44ebd015e476 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Thu, 7 Apr 2005 23:58:51 +0000 Subject: Use the same dispatch.c source file for "normal" Mesa builds and DRI libGL builds. --- src/glx/x11/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/glx/x11/Makefile') 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) \ -- cgit v1.2.3