diff options
| author | Brian Paul <brianp@vmware.com> | 2009-01-06 07:35:45 -0700 | 
|---|---|---|
| committer | Brian Paul <brianp@vmware.com> | 2009-01-06 07:36:11 -0700 | 
| commit | a8ee35c1c59c23938e0a18b163515acc892ed407 (patch) | |
| tree | 629f00df2ea34b5f85035eae81830ca967a1834d | |
| parent | f1f022dbb103947b0edf5ae984fcff00f6a8e539 (diff) | |
mesa: remove dri_sarea.h, add glcore.h in Makefile
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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				\ | 
