From c78133696b5e489fbe20d3ebea51e9c1bf08e2f0 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Thu, 19 Oct 2017 12:33:58 -0700 Subject: [PATCH] Add InlineExecutor.cpp to Makefile.am Summary: [Folly] Add `InlineExecutor.cpp` to `Makefile.am`. Reviewed By: Orvid Differential Revision: D6101859 fbshipit-source-id: 4cd0f875dedb548189722fd719f4424d485e1b02 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1