From 1aabda15e688be7a21874c1c8f5252b898bdb312 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Mon, 15 Jan 2018 16:49:14 -0800 Subject: [PATCH] Fix missing WaitOptions symbol in autotools build Summary: [Folly] Fix missing `WaitOptions` symbol in autotools build. Closes #736. Reviewed By: spalamarchuk Differential Revision: D6724950 fbshipit-source-id: 54ac0d1a743aa38fe1a7a2bdce585fced18c5a44 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/Makefile.am b/folly/Makefile.am index 3ba08f4c..0dd44b1c 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -629,6 +629,7 @@ libfolly_la_SOURCES = \ synchronization/AsymmetricMemoryBarrier.cpp \ synchronization/LifoSem.cpp \ synchronization/ParkingLot.cpp \ + synchronization/WaitOptions.cpp \ system/MemoryMapping.cpp \ system/Shell.cpp \ system/ThreadName.cpp \ -- 2.34.1