From: James Sedgwick Date: Wed, 22 Oct 2014 01:04:44 +0000 (-0700) Subject: add PortableSpinLock.h to Makefile, unbreak fbthrift build X-Git-Tag: v0.22.0~248 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1701e3d73e7260895deaf55769bd260fbd7e9190;p=folly.git add PortableSpinLock.h to Makefile, unbreak fbthrift build Summary: fix fbthrift build, broken in D1621717 I wonder if it'd be possible to lint against this somehow. The jenkins failures are easy to miss especially on folly diffs with lots of failure noise (in this case it was still postponed) Test Plan: wait for jenkins Reviewed By: davejwatson@fb.com Subscribers: njormrod, folly-diffs@ FB internal diff: D1630833 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index f7ad8206..240824d5 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -124,6 +124,7 @@ nobase_follyinclude_HEADERS = \ io/Cursor.h \ io/IOBuf.h \ io/IOBufQueue.h \ + io/PortableSpinLock.h \ io/RecordIO.h \ io/RecordIO-inl.h \ io/TypedIOBuf.h \