Fix GL build when srcdir != builddir (Donnie Berkholz).
This commit is contained in:
parent
14b9315379
commit
924518605b
|
@ -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>
|
2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -11,6 +11,7 @@ INCLUDES = -I@MESA_SOURCE@/include \
|
||||||
-I../swrast_setup \
|
-I../swrast_setup \
|
||||||
-I../tnl \
|
-I../tnl \
|
||||||
-I.. \
|
-I.. \
|
||||||
|
-I../../glx \
|
||||||
-I$(top_srcdir)/GL/glx \
|
-I$(top_srcdir)/GL/glx \
|
||||||
-I$(top_srcdir)/GL/include \
|
-I$(top_srcdir)/GL/include \
|
||||||
-I$(top_srcdir)/hw/xfree86/os-support
|
-I$(top_srcdir)/hw/xfree86/os-support
|
||||||
|
|
Loading…
Reference in New Issue