Fix fbthrift build
authorPavlo Kushnir <pavlo@fb.com>
Tue, 23 Sep 2014 18:10:55 +0000 (11:10 -0700)
committerAnton Likhtarov <alikhtarov@fb.com>
Fri, 26 Sep 2014 22:22:26 +0000 (15:22 -0700)
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

folly/Makefile.am

index e0363e4accfc68487f67f6fd5295028afac867d1..3da17a77cc06b6a9390c5fbc62e37c78f67d301c 100644 (file)
@@ -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