projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8b5e7
)
Add missing files to Makefile headers
author
Yasser Ganjisaffar
<yasserg@fb.com>
Mon, 11 Nov 2013 18:03:16 +0000
(10:03 -0800)
committer
Sara Golemon
<sgolemon@fb.com>
Wed, 13 Nov 2013 22:04:01 +0000
(14:04 -0800)
Summary:
This two header files are missing from the Makefile which make the
open source version broken.
Test Plan: code using open source version compiles
Reviewed By: meyering@fb.com
FB internal diff:
D1050326
folly/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/Makefile.am
b/folly/Makefile.am
index 9d1149f7d07707f4b1bcbf8d1a33f1e9608f13bb..0f423202cc030876ccd71fc3ad86f026834c3bd1 100644
(file)
--- a/
folly/Makefile.am
+++ b/
folly/Makefile.am
@@
-29,6
+29,8
@@
nobase_follyinclude_HEADERS = \
ConcurrentSkipList.h \
ConcurrentSkipList-inl.h \
Conv.h \
+ CpuId.h \
+ CPortability.h \
detail/AtomicHashUtils.h \
detail/BitIteratorDetail.h \
detail/BitsDetail.h \