Commit 4ef6b6d4 authored by Adam Simpkins's avatar Adam Simpkins Committed by JoelMarcey

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
parent 56b62698
...@@ -55,7 +55,7 @@ nobase_follyinclude_HEADERS = \ ...@@ -55,7 +55,7 @@ nobase_follyinclude_HEADERS = \
detail/MemoryIdler.h \ detail/MemoryIdler.h \
detail/MPMCPipelineDetail.h \ detail/MPMCPipelineDetail.h \
detail/SlowFingerprint.h \ detail/SlowFingerprint.h \
detail/SpinLock.h \ detail/SpinLockImpl.h \
detail/Stats.h \ detail/Stats.h \
detail/ThreadLocalDetail.h \ detail/ThreadLocalDetail.h \
detail/UncaughtExceptionCounter.h \ detail/UncaughtExceptionCounter.h \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment