Rare bug fix
[folly.git] / folly / Makefile.am
index 119922e9bce1788d0e314ed04d5ab498bd9ff023..3da17a77cc06b6a9390c5fbc62e37c78f67d301c 100644 (file)
@@ -71,6 +71,9 @@ nobase_follyinclude_HEADERS = \
        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 \
@@ -146,6 +149,7 @@ nobase_follyinclude_HEADERS = \
        ScopeGuard.h \
        SmallLocks.h \
        small_vector.h \
+       SocketAddress.h \
        sorted_vector_types.h \
        SpookyHashV1.h \
        SpookyHashV2.h \
@@ -244,6 +248,7 @@ libfolly_la_SOURCES = \
        MemoryMapping.cpp \
        Random.cpp \
        SafeAssert.cpp \
+       SocketAddress.cpp \
        SpookyHashV1.cpp \
        SpookyHashV2.cpp \
        stats/Instantiations.cpp \
@@ -256,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 += \