From b51b3fc5375999cfd3661d8606d51f7e7d926d31 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Fri, 8 Nov 2013 19:08:51 +0000 Subject: [PATCH] gtest: enable subdir-objects to prevent automake warnings Reviewed-by: Matt Turner Signed-off-by: Emil Velikov --- src/gtest/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gtest/Makefile.am b/src/gtest/Makefile.am index 4188c6b25ec..c338977e69d 100644 --- a/src/gtest/Makefile.am +++ b/src/gtest/Makefile.am @@ -19,6 +19,8 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. +AUTOMAKE_OPTIONS = subdir-objects + AM_CFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include AM_CXXFLAGS = $(DEFINES) -I$(top_srcdir)/src/gtest/include -- 2.30.2