use shared-core instead of shared

This commit is contained in:
Dave Airlie 2005-05-26 01:40:00 +00:00
parent d2ee346a93
commit 8e5099d6a0
1 changed files with 1 additions and 1 deletions

View 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 \