X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=3eb105ece370984df77b3cd49d17e4321ae5030d;hb=908667879945d22a2f026559cbd4c5d9cc0bebaa;hp=0dd44b1c754052261a65dd5664cb8354a3ba9c29;hpb=1aabda15e688be7a21874c1c8f5252b898bdb312;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index 0dd44b1c..3eb105ec 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -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 \ @@ -512,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 \ @@ -541,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 \