summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Bornecrantz <wallbraker@gmail.com>2010-04-20 22:49:27 +0100
committerJakob Bornecrantz <wallbraker@gmail.com>2010-04-20 22:49:51 +0100
commitcebfd1a0cfa84191fb27dde1593700e9ed9057ff (patch)
treee2d7c1f8646d1ed81e5be6e9fc3def9f5433d1bf
parent73c0f9f0f45b11a6a63d8f5e81a498d1362b7a04 (diff)
targets: Use a valid winsys include path in Makefile.dri
-rw-r--r--src/gallium/targets/Makefile.dri2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/Makefile.dri b/src/gallium/targets/Makefile.dri
index 16477e34963..8efbf4e828c 100644
--- a/src/gallium/targets/Makefile.dri
+++ b/src/gallium/targets/Makefile.dri
@@ -36,7 +36,7 @@ SHARED_INCLUDES = \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/auxiliary \
-I$(TOP)/src/gallium/drivers \
- -I$(TOP)/src/gallium/winsys/common \
+ -I$(TOP)/src/gallium/winsys \
-I$(TOP)/src/mesa \
-I$(TOP)/src/mesa/main \
-I$(TOP)/src/mesa/glapi \