projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bf6916
)
fix build
author
Alecs King
<int@fb.com>
Thu, 1 Oct 2015 19:19:18 +0000
(12:19 -0700)
committer
facebook-github-bot-1
<folly-bot@fb.com>
Thu, 1 Oct 2015 20:20:19 +0000
(13:20 -0700)
Summary: fix typo
jenkins and oss build (e.g. travis) failing.
Reviewed By: @pavlo-fb
Differential Revision:
D2499462
folly/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/Makefile.am
b/folly/Makefile.am
index 25e6db47c978b0c9873c09301c71f8c507549021..5a6ae501b477f9225d4244e7b4cca7754d680cff 100644
(file)
--- a/
folly/Makefile.am
+++ b/
folly/Makefile.am
@@
-247,7
+247,7
@@
nobase_follyinclude_HEADERS = \
Random.h \
Random-inl.h \
Range.h \
- ReadMostly
Atomic
SharedPtr.h \
+ ReadMostlySharedPtr.h \
RWSpinLock.h \
ScopeGuard.h \
SharedMutex.h \