diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-08-20 18:11:17 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-08-20 18:11:17 +0000 |
commit | a402c876a465904ac71ebf39af67ea451b2457dc (patch) | |
tree | cb383f19f772da638dc23992dd2de118ea0e7a22 /hw/dmx | |
parent | 238d45d2f148e1e0af4b1619cc1d5e8cc4bf9661 (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.am | 2 |
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@ |