Commit 71fc7145 authored by Hans Fugal's avatar Hans Fugal Committed by Dave Watson

Fix case of ThreadWheelTimekeeper.cpp in Makefile.am

Test Plan: jenkins

Reviewed By: ajitb@fb.com

Subscribers: exa, folly-diffs@

FB internal diff: D1758358

Tasks: 5880251

Signature: t1:1758358:1419640865:c9e9ea5922a602c44042c358777067e025800e6e
parent d4eac831
......@@ -231,7 +231,7 @@ nobase_follyinclude_HEADERS = \
wangle/futures/Promise.h \
wangle/futures/QueuedImmediateExecutor.h \
wangle/futures/ScheduledExecutor.h \
wangle/futures/Timekeeper.h
wangle/futures/Timekeeper.h \
wangle/futures/Try-inl.h \
wangle/futures/Try.h \
wangle/futures/WangleException.h \
......@@ -342,7 +342,7 @@ libfolly_la_SOURCES = \
wangle/concurrent/IOThreadPoolExecutor.cpp \
wangle/concurrent/GlobalExecutor.cpp \
wangle/concurrent/ThreadPoolExecutor.cpp \
wangle/futures/detail/ThreadwheelTimekeeper.cpp \
wangle/futures/detail/ThreadWheelTimekeeper.cpp \
wangle/futures/Future.cpp \
wangle/futures/InlineExecutor.cpp \
wangle/futures/ManualExecutor.cpp \
......
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