Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
folly
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
folly
Commits
1638d60d
Commit
1638d60d
authored
Oct 03, 2015
by
Pavlo Kushnir
Committed by
facebook-github-bot-1
Oct 03, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix build
Summary: title Reviewed By: @yfeldblum Differential Revision: D2506703
parent
3fcb3e09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
folly/Makefile.am
folly/Makefile.am
+4
-4
No files found.
folly/Makefile.am
View file @
1638d60d
...
...
@@ -58,6 +58,8 @@ nobase_follyinclude_HEADERS = \
detail/Malloc.h
\
detail/MemoryIdler.h
\
detail/MPMCPipelineDetail.h
\
detail/RangeCommon.h
\
detail/RangeSse42.h
\
detail/Sleeper.h
\
detail/SlowFingerprint.h
\
detail/SpinLockImpl.h
\
...
...
@@ -247,8 +249,6 @@ nobase_follyinclude_HEADERS = \
Random.h
\
Random-inl.h
\
Range.h
\
RangeCommon.h
\
RangeSse42.h
\
ReadMostlySharedPtr.h
\
RWSpinLock.h
\
ScopeGuard.h
\
...
...
@@ -305,12 +305,12 @@ CLEANFILES += GroupVarintTables.cpp
libfollybase_la_SOURCES
=
\
Conv.cpp
\
Demangle.cpp
\
detail/RangeCommon.cpp
\
detail/RangeSse42.cpp
\
EscapeTables.cpp
\
Format.cpp
\
FormatTables.cpp
\
Malloc.cpp
\
RangeCommon.cpp
\
RangeSse42.cpp
\
StringBase.cpp
\
String.cpp
\
Unicode.cpp
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment