Commit 39d6939c authored by Pavlo Kushnir's avatar Pavlo Kushnir Committed by Anton Likhtarov

Fix fbthrift build

Summary: Mcrouter open source build is failing because Codel is missing in fbthrift.

Test Plan: visual

Reviewed By: davejwatson@fb.com

Subscribers: fugalh, njormrod

FB internal diff: D1572122

Blame Revision: D1566128
parent c141ff51
......@@ -71,6 +71,7 @@ nobase_follyinclude_HEADERS = \
experimental/EventCount.h \
experimental/io/FsUtil.h \
experimental/TestUtil.h \
experimental/wangle/concurrent/Codel.h \
experimental/wangle/ConnectionManager.h \
experimental/wangle/ManagedConnection.h \
FBString.h \
......@@ -261,6 +262,7 @@ libfolly_la_SOURCES = \
wangle/ThreadGate.cpp \
experimental/io/FsUtil.cpp \
experimental/TestUtil.cpp \
experimental/wangle/concurrent/Codel.cpp \
experimental/wangle/ConnectionManager.cpp \
experimental/wangle/ManagedConnection.cpp
......
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