From: Yedidya Feldblum Date: Tue, 16 Jan 2018 00:49:14 +0000 (-0800) Subject: Fix missing WaitOptions symbol in autotools build X-Git-Tag: v2018.01.22.00~31 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=1aabda15e688be7a21874c1c8f5252b898bdb312 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 --- 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 \