[Gtest][Fixed build issues for the build failures of dependent modules]
[platform/upstream/gtest.git] / make / Makefile
index 9ac7449..2dc6e52 100755 (executable)
@@ -34,7 +34,8 @@ TESTS = sample1_unittest
 # All Google Test headers.  Usually you shouldn't change this
 # definition.
 GTEST_HEADERS = $(GTEST_DIR)/include/gtest/*.h \
-                $(GTEST_DIR)/include/gtest/internal/*.h
+                $(GTEST_DIR)/include/gtest/internal/*.h \
+                               $(GTEST_DIR)/include/gtest/internal/custom/*.h
 
 # House-keeping build targets.