Fix GL build when srcdir != builddir (Donnie Berkholz).

This commit is contained in:
Kevin E Martin 2005-12-01 23:39:00 +00:00
parent 14b9315379
commit 924518605b
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* GL/mesa/X/Makefile.am:
Fix GL build when srcdir != builddir (Donnie Berkholz).
2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:

View File

@ -11,6 +11,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
-I../swrast_setup \
-I../tnl \
-I.. \
-I../../glx \
-I$(top_srcdir)/GL/glx \
-I$(top_srcdir)/GL/include \
-I$(top_srcdir)/hw/xfree86/os-support