From: Anton Likhtarov Date: Sat, 14 Jun 2014 00:45:11 +0000 (-0700) Subject: Fix open source build X-Git-Tag: v0.22.0~508 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1a31dc647bd323bd04c75678726420a90b0de055;p=folly.git Fix open source build Test Plan: build it Reviewed By: pavlo@fb.com Subscribers: folly@lists FB internal diff: D1383722 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index f004d8c9..9fcc893a 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -68,6 +68,7 @@ nobase_follyinclude_HEADERS = \ experimental/EliasFanoCoding.h \ experimental/EventCount.h \ experimental/io/FsUtil.h \ + experimental/TestUtil.h \ FBString.h \ FBVector.h \ File.h \ @@ -243,7 +244,8 @@ libfolly_la_SOURCES = \ wangle/InlineExecutor.cpp \ wangle/ManualExecutor.cpp \ wangle/ThreadGate.cpp \ - experimental/io/FsUtil.cpp + experimental/io/FsUtil.cpp \ + experimental/TestUtil.cpp if HAVE_LINUX nobase_follyinclude_HEADERS += \