diff options
author | Ian Romanick <[email protected]> | 2005-04-07 23:58:51 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2005-04-07 23:58:51 +0000 |
commit | a657c1aee85b7a2466d8608d8f3d44ebd015e476 (patch) | |
tree | 82085f6dfbdff7933bf4b1eb8633654ca33d7e46 /src/glx/x11/Makefile | |
parent | d9c389dff6836ea0e3b79f3682378f6998875399 (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/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index dbd1f13422e..0a488e444f4 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) \ |