summaryrefslogtreecommitdiff
path: root/hw/dmx
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 /hw/dmx
parent238d45d2f148e1e0af4b1619cc1d5e8cc4bf9661 (diff)
Make DRI/GLcore builds srcdir != builddir safe, and invoke symlink-mesa.sh
in our builddir, not our srcdir.
Diffstat (limited to 'hw/dmx')
-rw-r--r--hw/dmx/glxProxy/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/dmx/glxProxy/Makefile.am b/hw/dmx/glxProxy/Makefile.am
index 14e0fbd9f..78fe186c1 100644
--- a/hw/dmx/glxProxy/Makefile.am
+++ b/hw/dmx/glxProxy/Makefile.am
@@ -34,5 +34,7 @@ libglxproxy_a_SOURCES = compsize.c \
AM_CFLAGS = -I$(top_srcdir)/hw/dmx \
-I$(top_srcdir)/include \
-I$(top_srcdir)/GL/include \
+ -I$(top_builddir)/GL/include \
+ -I@MESA_SOURCE@/include \
-DHAVE_DMX_CONFIG_H \
@DMXMODULES_CFLAGS@