From 4ef6b6d4d49460dbaf89575d01b7ae60fbb98fcb Mon Sep 17 00:00:00 2001 From: Adam Simpkins Date: Wed, 17 Dec 2014 10:31:50 -0800 Subject: [PATCH] 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 --- folly/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.34.1