From: Dave Airlie Date: Sat, 28 May 2005 10:55:23 +0000 (+0000) Subject: use shared-core X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=22b0a42465bde9df92321876bda2f55504230363;p=mesa.git use shared-core --- diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 0a488e444f4..109a8c42d73 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)