Support read and write from blocking and non-blocking pipes and sockets
[folly.git] / folly / Makefile.am
index 1352e2bef8b0e6ccf1a022f22a89e07b7ee26169..15bc5424bf1359f14a2c8cf8e42e10a19edb0a4a 100644 (file)
@@ -41,6 +41,7 @@ nobase_follyinclude_HEADERS = \
        Bits.h \
        CallOnce.h \
        Checksum.h \
+       ClockGettimeWrappers.h \
        ConcurrentSkipList.h \
        ConcurrentSkipList-inl.h \
        ConditionallyExistent.h \
@@ -238,6 +239,7 @@ nobase_follyinclude_HEADERS = \
        LockTraitsBoost.h \
        Logging.h \
        MacAddress.h \
+       MallctlHelper.h \
        Malloc.h \
        MapUtil.h \
        Memory.h \
@@ -361,13 +363,16 @@ libfollybase_la_SOURCES = \
        EscapeTables.cpp \
        Format.cpp \
        FormatTables.cpp \
+       MallctlHelper.cpp \
        StringBase.cpp \
        String.cpp \
        Unicode.cpp
 
 libfolly_la_SOURCES = \
+       Assume.cpp \
        Bits.cpp \
        Checksum.cpp \
+       ClockGettimeWrappers.cpp \
        detail/CacheLocality.cpp \
        detail/IPAddress.cpp \
        dynamic.cpp \