Mesa (master): mesa: add new program parser sources to tarball

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 24 19:13:27 UTC 2009


Module: Mesa
Branch: master
Commit: 1e2a71c5c25f63c804b60d88b09f946ff9e3a628
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1e2a71c5c25f63c804b60d88b09f946ff9e3a628

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Aug 24 13:12:04 2009 -0600

mesa: add new program parser sources to tarball

The end user doesn't need the .y or .l or Makefile but include them anyway
in case someone wants to patch or debug things.

---

 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 6eed65e..211937d 100644
--- a/Makefile
+++ b/Makefile
@@ -237,7 +237,8 @@ MAIN_FILES = \
 	$(DIRECTORY)/src/mesa/glapi/*.[chS]				\
 	$(DIRECTORY)/src/mesa/math/*.[ch]				\
 	$(DIRECTORY)/src/mesa/math/descrip.mms				\
-	$(DIRECTORY)/src/mesa/shader/*.[ch]				\
+	$(DIRECTORY)/src/mesa/shader/*.[chly]				\
+	$(DIRECTORY)/src/mesa/shader/Makefile				\
 	$(DIRECTORY)/src/mesa/shader/descrip.mms			\
 	$(DIRECTORY)/src/mesa/shader/grammar/*.[ch]			\
 	$(DIRECTORY)/src/mesa/shader/slang/*.[ch]			\




More information about the mesa-commit mailing list