diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-16 04:29:28 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-16 04:29:28 +0000 |
commit | 4913316f25e76381844cf15aa64eff620c2807a1 (patch) | |
tree | 4f956144d6d6fc59440d68993b456c5a8f242e12 /GL/mesa/math | |
parent | 7facb209a705ca406b05272c233ea0cfd6a5b266 (diff) |
Switch to MESA_SOURCE which we're already AC_SUBSTing
Diffstat (limited to 'GL/mesa/math')
-rw-r--r-- | GL/mesa/math/Makefile.am | 2 |
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 \ |