From: Brian Date: Wed, 2 May 2007 14:29:14 +0000 (-0600) Subject: add *gc, *syn files to tarballs X-Git-Tag: 062012170305~19438 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=04c401c91ea288e8a4d2c501b6e24c3ecbc83664;p=profile%2Fivi%2Fmesa.git add *gc, *syn files to tarballs --- diff --git a/Makefile b/Makefile index e039b5e..88b6b79 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 \