Add MicroLock as an alternative to MicroSpinLock
[folly.git] / folly / Makefile.am
index 534ec841e4bd3d8557b472cd4c5cf21e0c685eac..3772e600b2c655352e44d7712b6190b68778a60c 100644 (file)
@@ -257,6 +257,7 @@ nobase_follyinclude_HEADERS = \
        Memory.h \
        MemoryMapping.h \
        MicroSpinLock.h \
+       MicroLock.h \
        MoveWrapper.h \
        MPMCPipeline.h \
        MPMCQueue.h \
@@ -406,6 +407,7 @@ libfolly_la_SOURCES = \
        Random.cpp \
        SafeAssert.cpp \
        SharedMutex.cpp \
+       MicroLock.cpp \
        Singleton.cpp \
        SocketAddress.cpp \
        SpookyHashV1.cpp \