From: Mark Isaacson Date: Wed, 25 Nov 2015 22:25:16 +0000 (-0800) Subject: Fix proxygen OSS build X-Git-Tag: deprecate-dynamic-initializer~226 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7ee590edb5176f7ab8dfe7c219b3512c4b00e03f;p=folly.git Fix proxygen OSS build Summary: So far this is a speculative fix.. I am waiting to see the results from the Ubuntu machine, but I suspect this is the problem. Reviewed By: bugok Differential Revision: D2697600 fb-gh-sync-id: e33d452a52c5ace2b7401d6495621ce68a5076b5 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index e52b52bc..8dea8a12 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -280,6 +280,7 @@ nobase_follyinclude_HEADERS = \ test/function_benchmark/test_functions.h \ test/SynchronizedTestLib.h \ test/SynchronizedTestLib-inl.h \ + test/TestUtils.h \ ThreadCachedArena.h \ ThreadCachedInt.h \ ThreadLocal.h \