projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
d08270e
)
Add FunctionScheduler to Makefile.am
author
Nicholas Ormrod
<njormrod@fb.com>
Thu, 5 Mar 2015 03:50:50 +0000
(19:50 -0800)
committer
Sara Golemon
<sgolemon@fb.com>
Thu, 5 Mar 2015 18:22:50 +0000
(10:22 -0800)
Summary:
D1845525
was missing some makefile changes.
Test Plan: Examine similar change in
D1732895
Reviewed By: markisaa@fb.com
Subscribers: sdwilsh, folly-diffs@, yfeldblum
FB internal diff:
D1890197
Signature: t1:
1890197
:
1425526255
:
e9a23fd96a89d4463cbdfda1385d4fd5f5781e8e
folly/Makefile.am
patch
|
blob
|
history
diff --git
a/folly/Makefile.am
b/folly/Makefile.am
index ffbf0dc9ec9a0866a10bea49c0b03ab630a1de0d..b6abbc62286ffa66a8db24be945b09a4322cbebd 100644
(file)
--- a/
folly/Makefile.am
+++ b/
folly/Makefile.am
@@
-72,6
+72,7
@@
nobase_follyinclude_HEADERS = \
experimental/Bits.h \
experimental/EliasFanoCoding.h \
experimental/EventCount.h \
+ experimental/FunctionScheduler.h \
experimental/io/FsUtil.h \
experimental/Singleton.h \
experimental/Singleton-inl.h \
@@
-338,6
+339,7
@@
libfolly_la_SOURCES = \
Uri.cpp \
Version.cpp \
experimental/io/FsUtil.cpp \
+ experimental/FunctionScheduler.cpp \
experimental/Singleton.cpp \
experimental/TestUtil.cpp \
experimental/Select64.cpp \