Create a portability header for working with environment variables
[folly.git] / folly / Makefile.am
index 87c984e2f54ae9843c848b9acacf52d5ceaafd8d..74f465f7fd0b277cf86bb6b154ad85ac5b495ad4 100644 (file)
@@ -34,15 +34,17 @@ nobase_follyinclude_HEADERS = \
        AtomicLinkedList.h \
        AtomicStruct.h \
        AtomicUnorderedMap.h \
-       CppAttributes.h \
        Baton.h \
        Benchmark.h \
        Bits.h \
+       CallOnce.h \
        Checksum.h \
        ConcurrentSkipList.h \
        ConcurrentSkipList-inl.h \
+       ConditionallyExistent.h \
        ContainerTraits.h \
        Conv.h \
+       CppAttributes.h \
        CpuId.h \
        CPortability.h \
        detail/AtomicHashUtils.h \
@@ -137,7 +139,6 @@ nobase_follyinclude_HEADERS = \
        experimental/TestUtil.h \
        experimental/TLRefCount.h \
        experimental/TupleOps.h \
-       SparseByteSet.h \
        FBString.h \
        FBVector.h \
        File.h \
@@ -194,6 +195,7 @@ nobase_follyinclude_HEADERS = \
        IPAddressV4.h \
        IPAddressV6.h \
        IPAddressException.h \
+       Indestructible.h \
        IndexedMemPool.h \
        init/Init.h \
        IntrusiveList.h \
@@ -262,9 +264,10 @@ nobase_follyinclude_HEADERS = \
        Padded.h \
        PicoSpinLock.h \
        Portability.h \
+       portability/Constexpr.h \
+       portability/Environment.h \
        portability/Syscall.h \
        portability/SysUio.h \
-       ConditionallyExistent.h \
        Preprocessor.h \
        ProducerConsumerQueue.h \
        Random.h \
@@ -280,6 +283,7 @@ nobase_follyinclude_HEADERS = \
        small_vector.h \
        SocketAddress.h \
        sorted_vector_types.h \
+       SparseByteSet.h \
        SpinLock.h \
        SpookyHashV1.h \
        SpookyHashV2.h \
@@ -377,6 +381,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 \
@@ -386,6 +391,7 @@ libfolly_la_SOURCES = \
        detail/MemoryIdler.cpp \
        MacAddress.cpp \
        MemoryMapping.cpp \
+       portability/Environment.cpp \
        Random.cpp \
        SafeAssert.cpp \
        SharedMutex.cpp \