From: Dave Watson Date: Thu, 31 Jul 2014 16:36:37 +0000 (-0700) Subject: install delayeddestruction header X-Git-Tag: v0.22.0~425 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=fae4fcc82391a251c6394473804f85777ce4057f;p=folly.git install delayeddestruction header Summary: added recently, needs to be installed Test Plan: watch fbthrift contbuild Reviewed By: noamz@fb.com Subscribers: doug FB internal diff: D1469760 Blame Revision: D1453095 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 401b849a..6b0d284b 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -109,6 +109,7 @@ nobase_follyinclude_HEADERS = \ io/RecordIO-inl.h \ io/TypedIOBuf.h \ io/async/AsyncTimeout.h \ + io/async/DelayedDestruction.h \ io/async/EventBase.h \ io/async/EventFDWrapper.h \ io/async/EventHandler.h \