Commit 1a31dc64 authored by Anton Likhtarov's avatar Anton Likhtarov

Fix open source build

Test Plan: build it

Reviewed By: pavlo@fb.com

Subscribers: folly@lists

FB internal diff: D1383722
parent 94045182
...@@ -68,6 +68,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -68,6 +68,7 @@ nobase_follyinclude_HEADERS = \
experimental/EliasFanoCoding.h \ experimental/EliasFanoCoding.h \
experimental/EventCount.h \ experimental/EventCount.h \
experimental/io/FsUtil.h \ experimental/io/FsUtil.h \
experimental/TestUtil.h \
FBString.h \ FBString.h \
FBVector.h \ FBVector.h \
File.h \ File.h \
...@@ -243,7 +244,8 @@ libfolly_la_SOURCES = \ ...@@ -243,7 +244,8 @@ libfolly_la_SOURCES = \
wangle/InlineExecutor.cpp \ wangle/InlineExecutor.cpp \
wangle/ManualExecutor.cpp \ wangle/ManualExecutor.cpp \
wangle/ThreadGate.cpp \ wangle/ThreadGate.cpp \
experimental/io/FsUtil.cpp experimental/io/FsUtil.cpp \
experimental/TestUtil.cpp
if HAVE_LINUX if HAVE_LINUX
nobase_follyinclude_HEADERS += \ nobase_follyinclude_HEADERS += \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment