summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i915/Makefile
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-10-16 12:25:35 -0700
committerEric Anholt <eric@anholt.net>2007-10-16 12:38:55 -0700
commit919f617d08a34d01dd916b08ca4f315bae84f21c (patch)
tree98bc394395265f8509d464504c51f8e9dc1cf36a /src/mesa/drivers/dri/i915/Makefile
parent3feefeeb35c73ba6a8e0d81506891988bfcda5ef (diff)
Replace symlink generation from i915 with files in intel/ and symlinks there.
Diffstat (limited to 'src/mesa/drivers/dri/i915/Makefile')
-rw-r--r--src/mesa/drivers/dri/i915/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile b/src/mesa/drivers/dri/i915/Makefile
index b9328a48f3..ae96ddda0a 100644
--- a/src/mesa/drivers/dri/i915/Makefile
+++ b/src/mesa/drivers/dri/i915/Makefile
@@ -62,7 +62,8 @@ C_SOURCES = \
ASM_SOURCES =
-DRIVER_DEFINES = -I../intel $(shell pkg-config libdrm --atleast-version=2.3.1 \
+DRIVER_DEFINES = -I../intel -I../intel/server \
+ $(shell pkg-config libdrm --atleast-version=2.3.1 \
&& echo "-DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP")
include ../Makefile.template