Rare bug fix
[folly.git] / folly / Makefile.am
index 401b849a69705be99d8c8cb2f224103fc84fecb1..3da17a77cc06b6a9390c5fbc62e37c78f67d301c 100644 (file)
@@ -50,6 +50,7 @@ nobase_follyinclude_HEADERS = \
        detail/FunctionalExcept.h \
        detail/Futex.h \
        detail/GroupVarintDetail.h \
+       detail/IPAddress.h \
        detail/Malloc.h \
        detail/MemoryIdler.h \
        detail/MPMCPipelineDetail.h \
@@ -64,11 +65,15 @@ nobase_follyinclude_HEADERS = \
        dynamic-inl.h \
        Exception.h \
        ExceptionWrapper.h \
+       EvictingCacheMap.h \
        experimental/Bits.h \
        experimental/EliasFanoCoding.h \
        experimental/EventCount.h \
        experimental/io/FsUtil.h \
        experimental/TestUtil.h \
+       experimental/wangle/concurrent/Codel.h \
+       experimental/wangle/ConnectionManager.h \
+       experimental/wangle/ManagedConnection.h \
        FBString.h \
        FBVector.h \
        File.h \
@@ -109,11 +114,13 @@ nobase_follyinclude_HEADERS = \
        io/RecordIO-inl.h \
        io/TypedIOBuf.h \
        io/async/AsyncTimeout.h \
+       io/async/DelayedDestruction.h \
        io/async/EventBase.h \
        io/async/EventFDWrapper.h \
        io/async/EventHandler.h \
        io/async/EventUtil.h \
        io/async/NotificationQueue.h \
+       io/async/HHWheelTimer.h \
        io/async/Request.h \
        io/async/TimeoutManager.h \
        json.h \
@@ -142,6 +149,7 @@ nobase_follyinclude_HEADERS = \
        ScopeGuard.h \
        SmallLocks.h \
        small_vector.h \
+       SocketAddress.h \
        sorted_vector_types.h \
        SpookyHashV1.h \
        SpookyHashV2.h \
@@ -171,6 +179,7 @@ nobase_follyinclude_HEADERS = \
        Uri.h \
        Uri-inl.h \
        Varint.h \
+       VersionCheck.h \
        wangle/Executor.h \
        wangle/Future-inl.h \
        wangle/Future.h \
@@ -232,12 +241,14 @@ libfolly_la_SOURCES = \
        io/async/EventBase.cpp \
        io/async/EventHandler.cpp \
        io/async/Request.cpp \
+       io/async/HHWheelTimer.cpp \
        json.cpp \
        detail/MemoryIdler.cpp \
        MacAddress.cpp \
        MemoryMapping.cpp \
        Random.cpp \
        SafeAssert.cpp \
+       SocketAddress.cpp \
        SpookyHashV1.cpp \
        SpookyHashV2.cpp \
        stats/Instantiations.cpp \
@@ -250,7 +261,10 @@ libfolly_la_SOURCES = \
        wangle/ManualExecutor.cpp \
        wangle/ThreadGate.cpp \
        experimental/io/FsUtil.cpp \
-       experimental/TestUtil.cpp
+       experimental/TestUtil.cpp \
+       experimental/wangle/concurrent/Codel.cpp \
+       experimental/wangle/ConnectionManager.cpp \
+       experimental/wangle/ManagedConnection.cpp
 
 if HAVE_LINUX
 nobase_follyinclude_HEADERS += \