diff options
author | Jakob Bornecrantz <[email protected]> | 2010-04-20 22:49:27 +0100 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2010-04-20 22:49:51 +0100 |
commit | cebfd1a0cfa84191fb27dde1593700e9ed9057ff (patch) | |
tree | e2d7c1f8646d1ed81e5be6e9fc3def9f5433d1bf | |
parent | 73c0f9f0f45b11a6a63d8f5e81a498d1362b7a04 (diff) |
targets: Use a valid winsys include path in Makefile.dri
-rw-r--r-- | src/gallium/targets/Makefile.dri | 2 |
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 \ |