use shared-core instead of shared
authorDave Airlie <airliedfreedesktop.org>
Thu, 26 May 2005 01:40:00 +0000 (01:40 +0000)
committerDave Airlie <airliedfreedesktop.org>
Thu, 26 May 2005 01:40:00 +0000 (01:40 +0000)
src/mesa/drivers/dri/dri_client/Makefile

index 49ad8fd..9ab60cd 100644 (file)
@@ -19,7 +19,7 @@ OBJECTS = $(C_SOURCES:.c=.o)
 
 INCLUDES = \
        -I$(TOP)/include \
-       -I$(DRM_SOURCE_PATH)/shared \
+       -I$(DRM_SOURCE_PATH)/shared-core \
        -I$(TOP)/include/GL/internal \
        -I$(TOP)/src/mesa \
        -I$(TOP)/src/mesa/main \