From e6ceb4cdfa36a478af73b73ce016ad4e082db209 Mon Sep 17 00:00:00 2001 From: Tudor Bosman Date: Wed, 8 Aug 2012 14:13:44 -0700 Subject: [PATCH] Unbreak folly build on fedora / ubuntu Test Plan: built Reviewed By: delong.j@fb.com FB internal diff: D543320 --- folly/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.34.1