From: Brian Paul Date: Mon, 17 Oct 2005 22:38:44 +0000 (+0000) Subject: added some header files to DRI_FILES (Donnie Berkholz) X-Git-Tag: 062012170305~21878 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=730200303daabd603cd25b4c35099f2e6e5f9f8f;p=profile%2Fivi%2Fmesa.git added some header files to DRI_FILES (Donnie Berkholz) --- diff --git a/Makefile b/Makefile index 2e059a9..d7d5857 100644 --- a/Makefile +++ b/Makefile @@ -260,6 +260,8 @@ MAIN_FILES = \ $(DIRECTORY)/windows/VC7/mesa/osmesa/osmesa.vcproj DRI_FILES = \ + $(DIRECTORY)/include/GL/internal/dri_interface.h \ + $(DIRECTORY)/include/GL/internal/sarea.h \ $(DIRECTORY)/src/glx/Makefile \ $(DIRECTORY)/src/glx/x11/Makefile \ $(DIRECTORY)/src/glx/x11/*.[ch] \