summaryrefslogtreecommitdiff
path: root/GL/mesa/math/Makefile.am
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 /GL/mesa/math/Makefile.am
parent7facb209a705ca406b05272c233ea0cfd6a5b266 (diff)
Switch to MESA_SOURCE which we're already AC_SUBSTing
Diffstat (limited to 'GL/mesa/math/Makefile.am')
-rw-r--r--GL/mesa/math/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \