diff options
author | Brian Paul <[email protected]> | 2009-08-24 13:12:04 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-08-24 13:12:07 -0600 |
commit | 1e2a71c5c25f63c804b60d88b09f946ff9e3a628 (patch) | |
tree | 94b30857f70f87af0d03b9ec15081e15e52a438e | |
parent | b879316d4d4b9cea9760ac90882597ba0e2609ab (diff) |
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.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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] \ |