Fix fedora / ubuntu build
[folly.git] / folly / Makefile.am
index 0d395a8b0a3720359029d84b5524b55770346a16..3a7b86c06cf4d34104eed489e6a558ab45a0e0ce 100644 (file)
@@ -66,6 +66,7 @@ nobase_follyinclude_HEADERS = \
        SmallLocks.h \
        small_vector.h \
        sorted_vector_types.h \
+       SpookyHash.h \
        StlAllocator.h \
        String.h \
        String-inl.h \
@@ -105,7 +106,9 @@ libfolly_la_SOURCES = \
        ThreadCachedArena.cpp \
        Format.cpp \
        FormatTables.cpp \
-       String.cpp
+       String.cpp \
+       Bits.cpp \
+       SpookyHash.cpp
 
 libfolly_la_LIBADD = $(BOOST_THREAD_LIB) -lpthread