Include synchronization/SaturatingSemaphore.h in the makefile
authorYedidya Feldblum <yfeldblum@fb.com>
Sat, 30 Dec 2017 08:43:53 +0000 (00:43 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Sat, 30 Dec 2017 08:50:00 +0000 (00:50 -0800)
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

index 76a95848f2e070cd8b481f4376926d4a323dd72a..c5b9d9ca1985ec532f1b070bfe29dc720653fe5a 100644 (file)
@@ -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 \