浏览代码

Remove some cruft from the Makefile

This was affecting the build, but the files don't actually exist.
tags/mesa-7.9-rc1
Ian Romanick 15 年前
父节点
当前提交
c8021ee01d
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0
    3
      Makefile.am

+ 0
- 3
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)

正在加载...
取消
保存