summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i915
diff options
context:
space:
mode:
authorDylan Noblesmith <[email protected]>2012-04-13 20:36:39 +0000
committerDylan Noblesmith <[email protected]>2012-04-29 11:17:47 +0000
commite4c97f1e607f857fb7f397f9e00f37c00ffff295 (patch)
treee744ae390a63e4cef76d0184aa30b376a87bb613 /src/mesa/drivers/dri/i915
parente372aa69494469d6c43c315b5c39355dece65dcf (diff)
autoconf: pass -Wall to automake
And fix these warning that appear at autoreconf time: "`:='-style assignments are not portable" v2: Fix the recently-converted-to-automake r600.
Diffstat (limited to 'src/mesa/drivers/dri/i915')
-rw-r--r--src/mesa/drivers/dri/i915/Makefile.sources4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i915/Makefile.sources b/src/mesa/drivers/dri/i915/Makefile.sources
index 7d26640019f..7dcf63d960f 100644
--- a/src/mesa/drivers/dri/i915/Makefile.sources
+++ b/src/mesa/drivers/dri/i915/Makefile.sources
@@ -1,8 +1,8 @@
# Paths are relative to TOP.
-i915_INCLUDES := \
+i915_INCLUDES = \
src/mesa/drivers/dri/intel
-i915_C_FILES := \
+i915_C_FILES = \
i830_context.c \
i830_state.c \
i830_texblend.c \