From: Adam Simpkins Date: Wed, 17 Dec 2014 18:31:50 +0000 (-0800) Subject: fix the open source build X-Git-Tag: v0.22.0~91 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=4ef6b6d4d49460dbaf89575d01b7ae60fbb98fcb;p=folly.git fix the open source build Summary: Fix the path to detail/SpinLockImpl.h in Makefile.am Test Plan: Will confirm the Jenkins builds pass for fbthrift and proxygen. Reviewed By: davejwatson@fb.com Subscribers: doug, net-systems@, exa, folly-diffs@ FB internal diff: D1745795 Signature: t1:1745795:1418841636:8a861275a62b018a8181541c7d70ba0890d7129f --- diff --git a/folly/Makefile.am b/folly/Makefile.am index f9a9cb0c..4a044257 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -55,7 +55,7 @@ nobase_follyinclude_HEADERS = \ detail/MemoryIdler.h \ detail/MPMCPipelineDetail.h \ detail/SlowFingerprint.h \ - detail/SpinLock.h \ + detail/SpinLockImpl.h \ detail/Stats.h \ detail/ThreadLocalDetail.h \ detail/UncaughtExceptionCounter.h \