summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-16 04:29:28 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-16 04:29:28 +0000
commit4913316f25e76381844cf15aa64eff620c2807a1 (patch)
tree4f956144d6d6fc59440d68993b456c5a8f242e12
parent7facb209a705ca406b05272c233ea0cfd6a5b266 (diff)
Switch to MESA_SOURCE which we're already AC_SUBSTing
-rw-r--r--GL/mesa/X/Makefile.am2
-rw-r--r--GL/mesa/array_cache/Makefile.am2
-rw-r--r--GL/mesa/main/Makefile.am2
-rw-r--r--GL/mesa/math/Makefile.am2
-rw-r--r--GL/mesa/shader/Makefile.am2
-rw-r--r--GL/mesa/swrast/Makefile.am2
-rw-r--r--GL/mesa/swrast_setup/Makefile.am2
-rw-r--r--GL/mesa/tnl/Makefile.am2
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 \