diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:47 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-03 11:08:57 +0000 |
commit | 3919feee5558b66c9e073a3ddcb05309083cc728 (patch) | |
tree | d3a36684d5244a7b2ee7dc159c795b6846e19086 /src/mesa | |
parent | 6ee946862cf220cdc8b017ce1575171d1b19e7de (diff) |
dri/swrast: automake: include builddir prior to srcdir
Analogous to previous commit.
Cc: "12.0 13.0" <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
(cherry picked from commit ede4ff9adc5653db56e7edac53c012fc431647dc)
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/swrast/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/swrast/Makefile.am b/src/mesa/drivers/dri/swrast/Makefile.am index 9d21d9ea4dc..a82e580f1d6 100644 --- a/src/mesa/drivers/dri/swrast/Makefile.am +++ b/src/mesa/drivers/dri/swrast/Makefile.am @@ -30,8 +30,8 @@ AM_CFLAGS = \ -I$(top_srcdir)/src/mesa/ \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ - -I$(top_srcdir)/src/mesa/drivers/dri/common \ -I$(top_builddir)/src/mesa/drivers/dri/common \ + -I$(top_srcdir)/src/mesa/drivers/dri/common \ $(LIBDRM_CFLAGS) \ $(DEFINES) \ $(VISIBILITY_CFLAGS) |