summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-05-02 08:29:14 -0600
committerBrian <brian@yutani.localnet.net>2007-05-02 08:29:14 -0600
commit04c401c91ea288e8a4d2c501b6e24c3ecbc83664 (patch)
treee9def15e85e87c2d26fa56ea7338cb400d0f3651 /Makefile
parent03f201d9353315fc53ac2d7515e77827c8feafa1 (diff)
add *gc, *syn files to tarballs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e039b5e280..88b6b79979 100644
--- a/Makefile
+++ b/Makefile
@@ -222,6 +222,9 @@ MAIN_FILES = \
$(DIRECTORY)/src/mesa/shader/slang/descrip.mms \
$(DIRECTORY)/src/mesa/shader/slang/sources \
$(DIRECTORY)/src/mesa/shader/slang/library/*.[ch] \
+ $(DIRECTORY)/src/mesa/shader/slang/library/*.gc \
+ $(DIRECTORY)/src/mesa/shader/slang/library/*.syn \
+ $(DIRECTORY)/src/mesa/shader/slang/library/Makefile \
$(DIRECTORY)/src/mesa/swrast/*.[ch] \
$(DIRECTORY)/src/mesa/swrast/descrip.mms \
$(DIRECTORY)/src/mesa/swrast/sources \