Make AsyncIO::capacity_ const
[folly.git] / folly / Makefile.am
index 9627d7d4da09bfa30567465325002c8be0bc8889..77967ebb29120593696c09e41837e7a2071f98da 100644 (file)
@@ -66,6 +66,8 @@ nobase_follyinclude_HEADERS = \
        SmallLocks.h \
        small_vector.h \
        sorted_vector_types.h \
+       SpookyHashV1.h \
+       SpookyHashV2.h \
        StlAllocator.h \
        String.h \
        String-inl.h \
@@ -106,7 +108,9 @@ libfolly_la_SOURCES = \
        Format.cpp \
        FormatTables.cpp \
        String.cpp \
-       Bits.cpp
+       Bits.cpp \
+       SpookyHashV1.cpp \
+       SpookyHashV2.cpp
 
 libfolly_la_LIBADD = $(BOOST_THREAD_LIB) -lpthread