From 972651e0572ac18d541fe4b243f5bf3a2d17acec Mon Sep 17 00:00:00 2001 From: Theo Najim Date: Mon, 12 Jun 2017 11:27:38 -0700 Subject: [PATCH] fix build due to stats test refactor Summary: Closes https://github.com/facebook/folly/pull/609 Differential Revision: D5228342 Pulled By: Orvid fbshipit-source-id: edb81284a0401a4ea267310e1ca01c390bcdfb32 --- folly/configure.ac | 3 ++- folly/stats/test/Makefile.am | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/folly/configure.ac b/folly/configure.ac index ebcabe0e..1d7595fb 100644 --- a/folly/configure.ac +++ b/folly/configure.ac @@ -608,7 +608,8 @@ AC_CONFIG_FILES([Makefile experimental/Makefile experimental/io/test/Makefile experimental/symbolizer/Makefile - init/Makefile]) + init/Makefile + stats/test/Makefile]) AM_COND_IF([EXCEPTION_TRACER], [AC_CONFIG_FILES([experimental/exception_tracer/Makefile])]) diff --git a/folly/stats/test/Makefile.am b/folly/stats/test/Makefile.am index f6f47150..0957edc1 100755 --- a/folly/stats/test/Makefile.am +++ b/folly/stats/test/Makefile.am @@ -3,6 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 CPPFLAGS = -I$(top_srcdir)/test/gtest/googletest/include ldadd = $(top_builddir)/test/libfollytestmain.la +libgtest_la_SOURCES = gtest/googletest/src/gtest-all.cc + check_PROGRAMS = \ histogram_test -- 2.34.1