diff options
author | Jon Smirl <[email protected]> | 2004-04-13 04:11:32 +0000 |
---|---|---|
committer | Jon Smirl <[email protected]> | 2004-04-13 04:11:32 +0000 |
commit | c0b0b48e5be32a23ad347ab4e80e1c1406bd5b86 (patch) | |
tree | 63c2d15f5c63fb428efc853d73d91b359b44bf45 /src/mesa/drivers/dri/sis/Makefile | |
parent | 231603893db712d1c467e1b31c5818a9d84ad9e1 (diff) |
Add DRM_SOURCE_PATH to make system.
Needed for linux-solo to build
Diffstat (limited to 'src/mesa/drivers/dri/sis/Makefile')
-rw-r--r-- | src/mesa/drivers/dri/sis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/sis/Makefile b/src/mesa/drivers/dri/sis/Makefile index 375fc9b26d9..0ecc6e56e05 100644 --- a/src/mesa/drivers/dri/sis/Makefile +++ b/src/mesa/drivers/dri/sis/Makefile @@ -54,7 +54,7 @@ INCLUDE_DIRS = \ -Iserver \ -I$(TOP)/src/glx/mini \ -I$(TOP)/include \ - -I$(TOP)/src/mesa/drivers/dri/drm/shared \ + -I$(DRM_SOURCE_PATH)/shared \ -I$(TOP)/src/mesa \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ |