diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-02 13:13:40 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-02 13:13:40 -0700 |
commit | c8021ee01d7ea57ada56398061ed7c03398bc965 (patch) | |
tree | f6635d92d85d3e6f75f3f75af5a0c51622b90095 | |
parent | aa5794384ffec53acd9c71882b650b3ddaff06f8 (diff) |
Remove some cruft from the Makefile
This was affecting the build, but the files don't actually exist.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a62591d9ac..544d446aec 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,9 +51,6 @@ glsl_SOURCES = \ ir_hierarchical_visitor.cpp \ ir_swizzle_swizzle.cpp \ ir_vec_index_to_swizzle.cpp - ir_vec_index_to_swizzle.cpp \ - ir_visit_tree.cpp \ - ir_visit_tree.h BUILT_SOURCES = glsl_parser.h glsl_parser.cpp glsl_lexer.cpp CLEANFILES = $(BUILT_SOURCES) |