From 22b0a42465bde9df92321876bda2f55504230363 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Sat, 28 May 2005 10:55:23 +0000 Subject: [PATCH] use shared-core --- src/glx/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 0a488e4..109a8c4 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -67,7 +67,7 @@ INCLUDES = -I. \ -I$(TOP)/src/mesa/swrast_setup \ -I$(TOP)/src/mesa/drivers/dri/common \ -I$(DRM_SOURCE_PATH)/libdrm \ - -I$(DRM_SOURCE_PATH)/shared \ + -I$(DRM_SOURCE_PATH)/shared-core \ $(X11_INCLUDES) -- 2.7.4