From: Pavlo Kushnir Date: Tue, 23 Sep 2014 18:10:55 +0000 (-0700) Subject: Fix fbthrift build X-Git-Tag: v0.22.0~333 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=39d6939c8a5e2ab5bb6ab780dd4db5fce3ed3fbe;p=folly.git 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 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index e0363e4a..3da17a77 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -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