From: Yedidya Feldblum Date: Sat, 30 Dec 2017 08:43:53 +0000 (-0800) Subject: Include synchronization/SaturatingSemaphore.h in the makefile X-Git-Tag: v2018.01.01.00~3 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=da2c859c9c8ce594b8760aae290503e2a33cef7f;p=folly.git Include synchronization/SaturatingSemaphore.h in the makefile Summary: It was missing, so it wasn't being installed. Fixes https://github.com/facebook/folly/issues/727 Reviewed By: Orvid Differential Revision: D6642322 fbshipit-source-id: 70c10e1265410f73b6c0cd759ce51a5176bfef83 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 76a95848..c5b9d9ca 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -438,6 +438,7 @@ nobase_follyinclude_HEADERS = \ synchronization/CallOnce.h \ synchronization/LifoSem.h \ synchronization/ParkingLot.h \ + synchronization/SaturatingSemaphore.h \ synchronization/detail/AtomicUtils.h \ synchronization/detail/Sleeper.h \ system/MemoryMapping.h \