diff options
author | Brian Paul <[email protected]> | 2011-01-28 13:29:50 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-01-28 13:40:47 -0700 |
commit | f247175e4a435947930658cc9723bdbd2aa8e691 (patch) | |
tree | 8ee0cdf8be1290ba990b7d8f11f46f463efe2dec /Makefile | |
parent | d3d6beec96bda1069d3d7127b28573f3ea6d6e57 (diff) |
mesa: omit VC8 project files from tarball
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -284,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 \ |