summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2011-04-19 08:34:06 -0600
committerBrian Paul <brianp@vmware.com>2011-04-19 08:34:06 -0600
commit494b333b03a506738852b9e234416147a2172761 (patch)
tree59dea6bb4bbba060056d391af2cdc6595d414e39
parent66866d642fe8f8fba141d50a81b08793c3bd63e8 (diff)
Makefile: add missing .cpp, .ll, .yy files
Signed-off-by: Brian Paul <brianp@vmware.com>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 \