From 4913316f25e76381844cf15aa64eff620c2807a1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Sat, 16 Jul 2005 04:29:28 +0000 Subject: Switch to MESA_SOURCE which we're already AC_SUBSTing --- GL/mesa/X/Makefile.am | 2 +- GL/mesa/array_cache/Makefile.am | 2 +- GL/mesa/main/Makefile.am | 2 +- GL/mesa/math/Makefile.am | 2 +- GL/mesa/shader/Makefile.am | 2 +- GL/mesa/swrast/Makefile.am | 2 +- GL/mesa/swrast_setup/Makefile.am | 2 +- GL/mesa/tnl/Makefile.am | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am index d5fc98b85..e79e2b9e4 100644 --- a/GL/mesa/X/Makefile.am +++ b/GL/mesa/X/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libX.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/array_cache/Makefile.am b/GL/mesa/array_cache/Makefile.am index 498f6f875..7bc75e808 100644 --- a/GL/mesa/array_cache/Makefile.am +++ b/GL/mesa/array_cache/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libac.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/main/Makefile.am b/GL/mesa/main/Makefile.am index a81ebc750..ce2a94717 100644 --- a/GL/mesa/main/Makefile.am +++ b/GL/mesa/main/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libmain.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/math/Makefile.am b/GL/mesa/math/Makefile.am index 5a59ddd22..d0589cdf4 100644 --- a/GL/mesa/math/Makefile.am +++ b/GL/mesa/math/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libmath.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/shader/Makefile.am b/GL/mesa/shader/Makefile.am index a8b00144d..65d9faf51 100644 --- a/GL/mesa/shader/Makefile.am +++ b/GL/mesa/shader/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libshader.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/swrast/Makefile.am b/GL/mesa/swrast/Makefile.am index 9633aaa4f..e5075a34e 100644 --- a/GL/mesa/swrast/Makefile.am +++ b/GL/mesa/swrast/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libswrast.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/swrast_setup/Makefile.am b/GL/mesa/swrast_setup/Makefile.am index 24960e10e..e674223c1 100644 --- a/GL/mesa/swrast_setup/Makefile.am +++ b/GL/mesa/swrast_setup/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libss.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ diff --git a/GL/mesa/tnl/Makefile.am b/GL/mesa/tnl/Makefile.am index cb4f1507e..acebb4625 100644 --- a/GL/mesa/tnl/Makefile.am +++ b/GL/mesa/tnl/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libtnl.la -INCLUDES = -I@mesadir@/include \ +INCLUDES = -I@MESA_SOURCE@/include \ -I$(srcdir)/../X \ -I$(srcdir)/../array_cache \ -I$(srcdir)/../glapi \ -- cgit v1.2.3