Revert D6745720: [folly][compression] Log (de)compression bytes
[folly.git] / folly / Makefile.am
index 60a66c8e5e5489e034c86c0fc26b1301db411181..3eb105ece370984df77b3cd49d17e4321ae5030d 100644 (file)
@@ -48,6 +48,7 @@ nobase_follyinclude_HEADERS = \
        CpuId.h \
        CPortability.h \
        compression/Compression.h \
+       compression/Counters.h \
        compression/Utils.h \
        compression/Zlib.h \
        concurrency/CacheLocality.h \
@@ -103,6 +104,7 @@ nobase_follyinclude_HEADERS = \
        executors/SerialExecutor.h \
        executors/ThreadPoolExecutor.h \
        executors/ThreadedExecutor.h \
+       executors/TimedDrivableExecutor.h \
        executors/task_queue/BlockingQueue.h \
        executors/task_queue/LifoSemMPMCQueue.h \
        executors/task_queue/PriorityLifoSemMPMCQueue.h \
@@ -439,6 +441,7 @@ nobase_follyinclude_HEADERS = \
        synchronization/ParkingLot.h \
        synchronization/RWSpinLock.h \
        synchronization/SaturatingSemaphore.h \
+       synchronization/Tearable.h \
        synchronization/WaitOptions.h \
        synchronization/detail/AtomicUtils.h \
        synchronization/detail/Sleeper.h \
@@ -511,6 +514,7 @@ libfollybase_la_SOURCES = \
 libfolly_la_SOURCES = \
        ClockGettimeWrappers.cpp \
        compression/Compression.cpp \
+       compression/Counters.cpp \
        compression/Zlib.cpp \
        concurrency/CacheLocality.cpp \
        detail/AtFork.cpp \
@@ -540,6 +544,7 @@ libfolly_la_SOURCES = \
        executors/SerialExecutor.cpp \
        executors/ThreadPoolExecutor.cpp \
        executors/ThreadedExecutor.cpp \
+       executors/TimedDrivableExecutor.cpp \
        executors/QueuedImmediateExecutor.cpp \
        experimental/hazptr/hazptr.cpp \
        experimental/hazptr/memory_resource.cpp \
@@ -594,7 +599,6 @@ libfolly_la_SOURCES = \
        portability/Fcntl.cpp \
        portability/Libgen.cpp \
        portability/Malloc.cpp \
-       portability/Memory.cpp \
        portability/OpenSSL.cpp \
        portability/PThread.cpp \
        portability/Sockets.cpp \
@@ -629,6 +633,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 \