* Removed gtest-all.cc; .cc files including other .cc files is weird
[oota-llvm.git] / utils / unittest / googletest / Makefile
index d73e85a54333b503f65e70760ad23bdc19398dba..2d162a63801e6229172c50041f0dbb589148774e 100644 (file)
@@ -12,8 +12,6 @@ include $(LEVEL)/Makefile.config
 
 LIBRARYNAME = GoogleTest
 BUILD_ARCHIVE = 1
-SOURCES = gtest-all.cc
-CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/
 CPP.Flags += -I$(LLVM_SRC_ROOT)/utils/unittest/googletest/include/
 CPP.Flags += -Wno-missing-field-initializers -Wno-variadic-macros