diff options
author | Emil Velikov <[email protected]> | 2017-01-16 15:45:48 +0000 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2017-02-03 11:08:57 +0000 |
commit | 27e7e7e7e3f6da79a0fd4e18d17fc42f2d23e924 (patch) | |
tree | eb61ba78b2112dfff3f60cdb3304d40e60ee1e28 /src/mesa | |
parent | 3919feee5558b66c9e073a3ddcb05309083cc728 (diff) |
dri/osmesa: 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 6ba96bdcabc4c9c89827603907aba1b7dd5e9972)
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/osmesa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/osmesa/Makefile.am b/src/mesa/drivers/osmesa/Makefile.am index 5525687c5b6..2c8d4668b1b 100644 --- a/src/mesa/drivers/osmesa/Makefile.am +++ b/src/mesa/drivers/osmesa/Makefile.am @@ -28,8 +28,8 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/src \ -I$(top_srcdir)/src/gallium/include \ -I$(top_srcdir)/src/gallium/auxiliary \ - -I$(top_srcdir)/src/mapi \ -I$(top_builddir)/src/mapi \ + -I$(top_srcdir)/src/mapi \ -I$(top_srcdir)/src/mesa/ \ $(DEFINES) AM_CFLAGS = $(PTHREAD_CFLAGS) \ |