X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=folly%2FMakefile.am;h=b9adb7f6f17adbf04a39d03a886337785e0ccc5f;hb=dbf0c41058bf6f45ed016856515700842ae73f1a;hp=bb2d3e14d9530ae40e4a182e6966ad21b2695004;hpb=a936fbd8818cf85f7e0c579cf1c28c395b8fd357;p=folly.git diff --git a/folly/Makefile.am b/folly/Makefile.am index bb2d3e14..b9adb7f6 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -100,6 +100,7 @@ nobase_follyinclude_HEADERS = \ executors/NotificationQueueExecutor.h \ executors/PriorityLifoSemMPMCQueue.h \ executors/PriorityThreadFactory.h \ + executors/ScheduledExecutor.h \ executors/SerialExecutor.h \ executors/ThreadFactory.h \ executors/ThreadPoolExecutor.h \ @@ -218,8 +219,6 @@ nobase_follyinclude_HEADERS = \ futures/Promise-inl.h \ futures/Promise.h \ futures/QueuedImmediateExecutor.h \ - futures/Retrying.h \ - futures/ScheduledExecutor.h \ futures/SharedPromise.h \ futures/SharedPromise-inl.h \ futures/ThreadWheelTimekeeper.h \