diff options
author | Dave Airlie <airliedfreedesktop.org> | 2005-05-26 01:40:00 +0000 |
---|---|---|
committer | Dave Airlie <airliedfreedesktop.org> | 2005-05-26 01:40:00 +0000 |
commit | 8e5099d6a026d1267c8c2a52c95901e791704b25 (patch) | |
tree | 9af324c66f0be372a3c71cc1d27ae15ce56106c7 | |
parent | d2ee346a935d20e60068e14c9e98cbe82f784148 (diff) |
use shared-core instead of shared
-rw-r--r-- | src/mesa/drivers/dri/dri_client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/dri_client/Makefile b/src/mesa/drivers/dri/dri_client/Makefile index 49ad8fddcf..9ab60cdaf8 100644 --- a/src/mesa/drivers/dri/dri_client/Makefile +++ b/src/mesa/drivers/dri/dri_client/Makefile @@ -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 \ |