From: Yedidya Feldblum Date: Thu, 19 Oct 2017 19:33:58 +0000 (-0700) Subject: Add InlineExecutor.cpp to Makefile.am X-Git-Tag: v2017.10.23.00~11 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=c78133696b5e489fbe20d3ebea51e9c1bf08e2f0;p=folly.git Add InlineExecutor.cpp to Makefile.am Summary: [Folly] Add `InlineExecutor.cpp` to `Makefile.am`. Reviewed By: Orvid Differential Revision: D6101859 fbshipit-source-id: 4cd0f875dedb548189722fd719f4424d485e1b02 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 0b48eab2..2223da74 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -503,6 +503,7 @@ libfolly_la_SOURCES = \ futures/Barrier.cpp \ futures/Future.cpp \ futures/FutureException.cpp \ + futures/InlineExecutor.cpp \ futures/ManualExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ futures/test/TestExecutor.cpp \