summaryrefslogtreecommitdiff
path: root/GL/mesa/X
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2005-08-20 18:11:17 +0000
committerDaniel Stone <daniel@fooishbar.org>2005-08-20 18:11:17 +0000
commita402c876a465904ac71ebf39af67ea451b2457dc (patch)
treecb383f19f772da638dc23992dd2de118ea0e7a22 /GL/mesa/X
parent238d45d2f148e1e0af4b1619cc1d5e8cc4bf9661 (diff)
Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh
in our builddir, not our srcdir.
Diffstat (limited to 'GL/mesa/X')
-rw-r--r--GL/mesa/X/Makefile.am20
1 files changed, 10 insertions, 10 deletions
diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am
index 129ab825c..4d5b8daeb 100644
--- a/GL/mesa/X/Makefile.am
+++ b/GL/mesa/X/Makefile.am
@@ -1,16 +1,16 @@
noinst_LTLIBRARIES = libX.la
INCLUDES = -I@MESA_SOURCE@/include \
- -I$(srcdir)/../X \
- -I$(srcdir)/../array_cache \
- -I$(srcdir)/../glapi \
- -I$(srcdir)/../main \
- -I$(srcdir)/../math \
- -I$(srcdir)/../shader \
- -I$(srcdir)/../swrast \
- -I$(srcdir)/../swrast_setup \
- -I$(srcdir)/../tnl \
- -I$(srcdir)/.. \
+ -I../X \
+ -I../array_cache \
+ -I../glapi \
+ -I../main \
+ -I../math \
+ -I../shader \
+ -I../swrast \
+ -I../swrast_setup \
+ -I../tnl \
+ -I.. \
-I$(top_srcdir)/GL/glx \
-I$(top_srcdir)/GL/include