From: Tudor Bosman <tudorb@fb.com> Date: Wed, 8 Aug 2012 21:13:44 +0000 (-0700) Subject: Unbreak folly build on fedora / ubuntu X-Git-Tag: v0.22.0~1220 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e6ceb4cdfa36a478af73b73ce016ad4e082db209;p=folly.git Unbreak folly build on fedora / ubuntu Test Plan: built Reviewed By: delong.j@fb.com FB internal diff: D543320 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 0d395a8b..9627d7d4 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -105,7 +105,8 @@ libfolly_la_SOURCES = \ ThreadCachedArena.cpp \ Format.cpp \ FormatTables.cpp \ - String.cpp + String.cpp \ + Bits.cpp libfolly_la_LIBADD = $(BOOST_THREAD_LIB) -lpthread