Module: Mesa Branch: master Commit: a8ee35c1c59c23938e0a18b163515acc892ed407 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a8ee35c1c59c23938e0a18b163515acc892ed407
Author: Brian Paul <[email protected]> Date: Tue Jan 6 07:35:45 2009 -0700 mesa: remove dri_sarea.h, add glcore.h in Makefile --- Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 27cbee3..c92b486 100644 --- a/Makefile +++ b/Makefile @@ -316,7 +316,7 @@ MAIN_FILES = \ DRI_FILES = \ $(DIRECTORY)/include/GL/internal/dri_interface.h \ - $(DIRECTORY)/include/GL/internal/dri_sarea.h \ + $(DIRECTORY)/include/GL/internal/glcore.h \ $(DIRECTORY)/include/GL/internal/sarea.h \ $(DIRECTORY)/src/glx/Makefile \ $(DIRECTORY)/src/glx/x11/Makefile \ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
