From: Brian Paul Date: Mon, 24 Aug 2009 19:12:04 +0000 (-0600) Subject: mesa: add new program parser sources to tarball X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1e2a71c5c25f63c804b60d88b09f946ff9e3a628;p=mesa.git 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. --- diff --git a/Makefile b/Makefile index 6eed65e40b7..211937d7317 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] \