diff options
author | marha <marha@users.sourceforge.net> | 2011-01-29 18:43:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-29 18:43:24 +0000 |
commit | cacf23d832a26e35851c9cc666304ac72cf8fe34 (patch) | |
tree | 025ba144495071f7066d80cb6400cd990276b754 /mesalib/Makefile | |
parent | c4d402326310d620866b1ad82ef0691526e2c311 (diff) | |
download | vcxsrv-cacf23d832a26e35851c9cc666304ac72cf8fe34.tar.gz vcxsrv-cacf23d832a26e35851c9cc666304ac72cf8fe34.tar.bz2 vcxsrv-cacf23d832a26e35851c9cc666304ac72cf8fe34.zip |
libXext libfontenc libXau libX11 libXinerama mesa libXdmcp git update 28 jan 2011
Diffstat (limited to 'mesalib/Makefile')
-rw-r--r-- | mesalib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mesalib/Makefile b/mesalib/Makefile index 2e4875bca..726dd5554 100644 --- a/mesalib/Makefile +++ b/mesalib/Makefile @@ -232,6 +232,7 @@ MAIN_FILES = \ $(DIRECTORY)/src/glsl/README \
$(DIRECTORY)/src/glsl/glcpp/*.[chly] \
$(DIRECTORY)/src/glsl/glcpp/README \
+ $(DIRECTORY)/src/glsl/builtins \
$(DIRECTORY)/src/Makefile \
$(DIRECTORY)/src/mesa/Makefile* \
$(DIRECTORY)/src/mesa/sources.mak \
@@ -283,8 +284,7 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/x86/*.S \
$(DIRECTORY)/src/mesa/x86/rtasm/*.[ch] \
$(DIRECTORY)/src/mesa/x86-64/*.[chS] \
- $(DIRECTORY)/src/mesa/x86-64/Makefile \
- $(DIRECTORY)/windows/VC8/
+ $(DIRECTORY)/src/mesa/x86-64/Makefile
MAPI_FILES = \
$(DIRECTORY)/include/GLES/*.h \
|