From: dungcoi Date: Thu, 18 Sep 2014 16:19:57 +0000 (-0700) Subject: merge https://github.com/facebook/folly/pull/88 X-Git-Tag: v0.22.0~352 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7909e17290b55fcc41d5b674f62e46b8304fa897;p=folly.git merge https://github.com/facebook/folly/pull/88 Summary: merge https://github.com/facebook/folly/pull/88, missing install header Looks like fbthrift build needs this Test Plan: watch jenkins build still works Reviewed By: ckwalsh@fb.com Subscribers: doug, njormrod FB internal diff: D1563651 --- diff --git a/folly/Makefile.am b/folly/Makefile.am index 346ee87a..119922e9 100644 --- a/folly/Makefile.am +++ b/folly/Makefile.am @@ -175,6 +175,7 @@ nobase_follyinclude_HEADERS = \ Uri.h \ Uri-inl.h \ Varint.h \ + VersionCheck.h \ wangle/Executor.h \ wangle/Future-inl.h \ wangle/Future.h \