Don't install libUnitTestMain.a. It might be useless without gtest headers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126632 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
NAKAMURA Takumi 2011-02-28 05:18:07 +00:00
parent 36d6c4d5f6
commit ec58f20df3

View File

@ -27,4 +27,6 @@ ifneq ($(HAVE_PTHREAD), 1)
CPP.Flags += -DGTEST_HAS_PTHREAD=0
endif
NO_INSTALL = 1
include $(LEVEL)/Makefile.common