From da2c859c9c8ce594b8760aae290503e2a33cef7f Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Sat, 30 Dec 2017 00:43:53 -0800 Subject: [PATCH] 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 --- folly/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.34.1