X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FMakefile.am;h=0dc1d29e44bb0f6511f75d9ad49abf4fe4bf681a;hb=76344f7be3c36b0b0fdf66dafd9e5898d60f368e;hp=ddef486a9a476f3ff9d6af2a6995e4eda02d6c43;hpb=ad925ffabc3a5d452927242efdff0ba70f34626d;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index ddef486a..0dc1d29e 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -70,6 +70,7 @@ nobase_follyinclude_HEADERS = \ detail/Sleeper.h \ detail/SlowFingerprint.h \ detail/SpinLockImpl.h \ + detail/StaticSingletonManager.h \ detail/Stats.h \ detail/ThreadLocalDetail.h \ detail/TurnSequencer.h \ @@ -195,6 +196,7 @@ nobase_follyinclude_HEADERS = \ IPAddressV4.h \ IPAddressV6.h \ IPAddressException.h \ + Indestructible.h \ IndexedMemPool.h \ init/Init.h \ IntrusiveList.h \ @@ -264,8 +266,12 @@ nobase_follyinclude_HEADERS = \ PicoSpinLock.h \ Portability.h \ portability/Constexpr.h \ + portability/Environment.h \ + portability/GFlags.h \ portability/Syscall.h \ + portability/SysTime.h \ portability/SysUio.h \ + portability/Time.h \ Preprocessor.h \ ProducerConsumerQueue.h \ Random.h \ @@ -356,6 +362,7 @@ libfolly_la_SOURCES = \ futures/QueuedImmediateExecutor.cpp \ futures/ThreadWheelTimekeeper.cpp \ detail/Futex.cpp \ + detail/StaticSingletonManager.cpp \ detail/ThreadLocalDetail.cpp \ GroupVarint.cpp \ GroupVarintTables.cpp \ @@ -379,6 +386,7 @@ libfolly_la_SOURCES = \ io/async/EventBaseLocal.cpp \ io/async/EventBaseManager.cpp \ io/async/EventHandler.cpp \ + io/async/Request.cpp \ io/async/SSLContext.cpp \ io/async/ScopedEventBaseThread.cpp \ io/async/HHWheelTimer.cpp \ @@ -388,6 +396,9 @@ libfolly_la_SOURCES = \ detail/MemoryIdler.cpp \ MacAddress.cpp \ MemoryMapping.cpp \ + portability/Environment.cpp \ + portability/SysTime.cpp \ + portability/Time.cpp \ Random.cpp \ SafeAssert.cpp \ SharedMutex.cpp \