summaryrefslogtreecommitdiff
path: root/src/gallium/targets/Makefile.xorg
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-06-01 17:29:13 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-06-04 19:54:11 +0100
commit30456f775c8146d4559280589502eb4e5634f24b (patch)
treea855c464d4e0fc9182b50f215196648c2ce981c0 /src/gallium/targets/Makefile.xorg
parentfb08e03ae1d43e668b85a5673253353aa59bebad (diff)
gallium: Add winsys to include path to Xorg template makefile
Diffstat (limited to 'src/gallium/targets/Makefile.xorg')
-rw-r--r--src/gallium/targets/Makefile.xorg1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/Makefile.xorg b/src/gallium/targets/Makefile.xorg
index f638fbe455..e9f70591c2 100644
--- a/src/gallium/targets/Makefile.xorg
+++ b/src/gallium/targets/Makefile.xorg
@@ -22,6 +22,7 @@ INCLUDES = \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/drivers \
-I$(TOP)/src/gallium/auxiliary \
+ -I$(TOP)/src/gallium/winsys \
$(DRIVER_INCLUDES)
LIBNAME_STAGING = $(TOP)/$(LIB_DIR)/gallium/$(TARGET)