diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-01 23:39:00 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-01 23:39:00 +0000 |
commit | 924518605b613eb66aa569877fa9f131e6f2a2fd (patch) | |
tree | 18db7c1f1dc0bf92adce103e7c9892fef5c83b67 /GL | |
parent | 14b9315379fe8c783013906616d868f93fd51c83 (diff) |
Fix GL build when srcdir != builddir (Donnie Berkholz).
Diffstat (limited to 'GL')
-rw-r--r-- | GL/mesa/X/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GL/mesa/X/Makefile.am b/GL/mesa/X/Makefile.am index 56b62e765..806e238f3 100644 --- a/GL/mesa/X/Makefile.am +++ b/GL/mesa/X/Makefile.am @@ -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 |