summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-01-28 13:29:50 -0700
committerBrian Paul <brianp@vmware.com>2011-01-28 13:40:47 -0700
commitf247175e4a435947930658cc9723bdbd2aa8e691 (patch)
tree8ee0cdf8be1290ba990b7d8f11f46f463efe2dec /Makefile
parentd3d6beec96bda1069d3d7127b28573f3ea6d6e57 (diff)
mesa: omit VC8 project files from tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 9901250f875..cb9943d7a21 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \