diff options
author | Brian <brian@yutani.localnet.net> | 2007-05-02 08:29:14 -0600 |
---|---|---|
committer | Brian <brian@yutani.localnet.net> | 2007-05-02 08:29:14 -0600 |
commit | 04c401c91ea288e8a4d2c501b6e24c3ecbc83664 (patch) | |
tree | e9def15e85e87c2d26fa56ea7338cb400d0f3651 /Makefile | |
parent | 03f201d9353315fc53ac2d7515e77827c8feafa1 (diff) |
add *gc, *syn files to tarballs
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 \ |