mesa: add new program parser sources to tarball
authorBrian Paul <brianp@vmware.com>
Mon, 24 Aug 2009 19:12:04 +0000 (13:12 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 24 Aug 2009 19:12:07 +0000 (13:12 -0600)
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

index 6eed65e40b7a9bf8e5a452bc931afaac441390ef..211937d731703f937d2d9b666bafcc1452cb0128 100644 (file)
--- 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]                       \