Fix open source build
authorAnton Likhtarov <alikhtarov@fb.com>
Sat, 14 Jun 2014 00:45:11 +0000 (17:45 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Sat, 14 Jun 2014 01:15:11 +0000 (18:15 -0700)
Test Plan: build it

Reviewed By: pavlo@fb.com

Subscribers: folly@lists

FB internal diff: D1383722

folly/Makefile.am

index f004d8c9237f86d8bf61b6c2c26ec56e77cf83a5..9fcc893ad251236226bf3fdd4b3f0f317a5b7589 100644 (file)
@@ -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 += \