add Synchronized::withLock() methods
[folly.git] / folly / Makefile.am
index 9df86b5ba1421b8ebc63978a1f848853131b1531..695592251d027fe94d584d2e3bf98cbaaf07979b 100644 (file)
@@ -63,6 +63,7 @@ nobase_follyinclude_HEADERS = \
        detail/Futex.h \
        detail/GroupVarintDetail.h \
        detail/IPAddress.h \
+       detail/IPAddressSource.h \
        detail/Malloc.h \
        detail/MemoryIdler.h \
        detail/MPMCPipelineDetail.h \
@@ -82,6 +83,7 @@ nobase_follyinclude_HEADERS = \
        DynamicConverter.h \
        dynamic.h \
        dynamic-inl.h \
+       Enumerate.h \
        Exception.h \
        ExceptionString.h \
        ExceptionWrapper.h \
@@ -362,6 +364,7 @@ libfolly_la_SOURCES = \
        Bits.cpp \
        Checksum.cpp \
        detail/CacheLocality.cpp \
+       detail/IPAddress.cpp \
        dynamic.cpp \
        File.cpp \
        FileUtil.cpp \