From: Thierry Vignaud Date: Tue, 19 Apr 2011 14:34:06 +0000 (-0600) Subject: Makefile: add missing .cpp, .ll, .yy files X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=494b333b03a506738852b9e234416147a2172761;p=mesa.git Makefile: add missing .cpp, .ll, .yy files Signed-off-by: Brian Paul --- diff --git a/Makefile b/Makefile index 646e152578f..e4796cfe44b 100644 --- a/Makefile +++ b/Makefile @@ -231,6 +231,8 @@ MAIN_FILES = \ $(DIRECTORY)/src/glsl/Makefile.template \ $(DIRECTORY)/src/glsl/SConscript \ $(DIRECTORY)/src/glsl/*.[ch] \ + $(DIRECTORY)/src/glsl/*.ll \ + $(DIRECTORY)/src/glsl/*.yy \ $(DIRECTORY)/src/glsl/*.[cly]pp \ $(DIRECTORY)/src/glsl/README \ $(DIRECTORY)/src/glsl/glcpp/*.[chly] \ @@ -245,6 +247,7 @@ MAIN_FILES = \ $(DIRECTORY)/src/mesa/depend \ $(MAIN_ES_FILES) \ $(DIRECTORY)/src/mesa/main/*.[chS] \ + $(DIRECTORY)/src/mesa/main/*.cpp \ $(DIRECTORY)/src/mesa/main/descrip.mms \ $(DIRECTORY)/src/mesa/math/*.[ch] \ $(DIRECTORY)/src/mesa/math/descrip.mms \