Try to unbreak makefile build by excluding gtest-all.cc source

llvm-svn: 169564
This commit is contained in:
Alexey Samsonov 2012-12-06 23:59:54 +00:00
parent 6c4e70817c
commit 9ddc304b59
1 changed files with 2 additions and 0 deletions

View File

@ -36,4 +36,6 @@ endif
NO_INSTALL = 1
Source = $(filter-out gtest-all.cc,$(wildcard *.cc))
include $(LEVEL)/Makefile.common